| Author |
Problem with HttpSession in Struts2
|
Tan Nguyen
Greenhorn
Joined: Apr 13, 2011
Posts: 1
|
|
I am doing a multi user login application where I use session to store the user object.
In every page I am checking using JSTL whether the user object is present in the session.
My problem is that if the user clicks on a href link in the application the user changes to Previous user in the session. i.e. the it is loading the user from cache. If I refresh the page it will load the correct user.
How could I fix it?
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9189
|
|
|
This is probably a browser caching issue not a problem with your application logic. Take a look at this page...
|
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
|
 |
 |
|
|
subject: Problem with HttpSession in Struts2
|
|
|