
June 21st, 2001, 04:52 AM
|
|
Junior Member
|
|
Join Date: Jun 2001
Location: India
Posts: 0
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Session tracking in JSP & Servlet
Hi,
I have one jsp through which user logs in. After checking the authenticity of login from database, i want to put the userid in session variable in my class & should be there throughout my application. My application uses Servlet & Bean Manager & is running on Apache Server of Oracle 91 Application SErver. Now my major problem is once the session declared in JSP, when i want to get the session value in servlet, everytime it's returning me null. Is there any solution? If session variable created in Serv let, would it be retrievable throughout the application.
Anshul
|