Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> pl/sql user session control
I'm using pl/sql and oracle databse for online banking and need help in
controlling the user session.
The way the program works, once a user logs in and enters password
correctly, packet called usersession holds a temporary ID.
Every pages in online banking checks at beginning whether usersession packet has an ID or not, if there is not, then the page writes that session expired and if there is one, the page loads. However, I can't get the ID to be available to every procedures. The value is visible at the current procedures and the value is destroyed when another page is loaded.
Can someone tell me what I'm doing wrong or if there is a better way to controld a user session? Received on Thu Jul 01 1999 - 17:58:44 CDT
![]() |
![]() |