Soulinger
|
| Posted: 02/23/2002, 3:03 AM |
|
I'm having a huge difficulty with the following.
For my login page, under EVENTS > ON LOGIN
I have this>
String IDcheck = dLookUp("User", "User_GroupName", "User_UserID =" +
session.getAttribute("UserID"));
session.putValue("GroupName",IDcheck);
Now in any subsequent pages, I add a new variable, list it as a session,
under GroupName, I key in the session name, GroupName. Tick the REQUIRED
box.
And nothing comes out. I checked the values kept within the GroupName
session, and it is Null. Why is this so>? I'm using JSP.
THe USerID retains the ID value of the user when he logs in, but the above
initiation of the session doesn't cause any errors, but it returns a null
value!
Yours,
Wee Ler Ping
|
|
|
 |
|