aspose file tools
The moose likes Struts and the fly likes How to handle multiple request in same session in same window. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "How to handle multiple request in same session in same window." Watch "How to handle multiple request in same session in same window." New topic
Author

How to handle multiple request in same session in same window.

VijayInfy Raghavan
Greenhorn

Joined: May 04, 2012
Posts: 2
Hi,

I need some suggestions for proceeding with the following scenario.

Our current struts application is session oriented. So users can open a single tab in browser and use the application. And all the ids and some required values will be stored in session and retrieved in later point of time. And because of this is , user opens a new tab in the same window, the new values are getting stored in session the old ones are replaced. If the user access in multiple window, then its working properly. Since it will be different session.
Kindly let me know how to handle multiple request within a browser( Different tabs) in struts. Currently i am setting all the required variables in request and getting it. Any other better way of doing it in struts.

Thanks
Vijay
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to handle multiple request in same session in same window.
 
Similar Threads
session problem
How to handle Session Tracking in webapps using struts 2.0
Creating new Session without invalidating current session
Issue in session manegement
session issue with multi tabs in a browser