Tan Nguyen

Greenhorn
+ Follow
since Apr 13, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Tan Nguyen

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?
14 years ago