Dear All,
I think know issues for everyone.
My application is running in Spring MVC.I have below problem.
A user (USER A) logged-in to the site. After successful log-in, we have UserProfile object in session and we display username on browser title.
Another user (USER B) logged -in to the site. After his successful login, his username details displayed in his browser title-bar.
Problem is, if now I refresh the browser of USER A then, USER B username details get displayed in his browser title-bar. (USER B details displayed on USER A page)
This is banking application,so that customer need to login different userid at the same time.Please provide your comments to solve this issue.
Thanks in advance,
selva