Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Losing session value

843840Apr 12 2002 — edited May 29 2002
In a login screen I am entering username and password and putting the username by using session.putValue("vAgent",agentUser);
Now in another screen I am checking the username by using session.getValue("vAgent"). Strangely, after I login as agentuser, I am getting session.getValue("vAgent") as null in the second screen! This thing was working fine even a couple of days ago. But now it is getting null value.
I have used HttpSession session = request.getSession(true);
Can you please help?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 26 2002
Added on Apr 12 2002
15 comments
360 views