Results 1 to 1 of 1

Thread: HttpSession sharing between browser instances on same machine

Threaded View

  1. #1
    Join Date
    Oct 2010
    Location
    Chennai,India
    Posts
    45

    Default HttpSession sharing between browser instances on same machine

    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
    Last edited by selvapa; Nov 15th, 2011 at 06:33 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •