This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Websphere and the fly likes Session duplicated Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "Session duplicated" Watch "Session duplicated" New topic
Author

Session duplicated

rudresh kumar
Ranch Hand

Joined: Jan 04, 2006
Posts: 81
HI,

I have an application running on was 6, basically a form which user submits to the database, when the user tries to open two different browsers of the same form and upon acting on the form, the data entered in the form gets updated with the last modified on, means the data gets updated with the data entered in the other window.

Kindly let me know if you have any solution

Thanks
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4967

There are many ways a session may get duplicated from one window to the next, or, potentially shared.

If each browser window is configured to create its own set of cookies, each window will have a unique session. Alternatively, if each window shares a cookie cache, both windows will share a common session. This of course, assumes you are using cookies for your session tracking. You could potentially be using URL re-writing as well.

-Cameron McKenzie


Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Session duplicated
 
Similar Threads
Servlet: Multithreading Issues
Session duplicated
form validation
page refresh in jsp
Reference to ActionForm in jsp