Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Spring and the fly likes multi browser problems 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 » Frameworks » Spring
Reply Bookmark "multi browser problems" Watch "multi browser problems" New topic
Author

multi browser problems

riccardo alfrilli
Greenhorn

Joined: Mar 03, 2008
Posts: 16
Hi all,
I have a problem...we are using Spring MVC 2.5.
We memorize the login user in session but we encountered a problem:if multiple browser session is opened they share the same httpsession object. there is a way to avoid this problem?tnx Riccardo Alfrilli.
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

As far as I know Spring MVC doesn't have a built-in solution for default browser behavior (Seam does).
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: multi browser problems
 
Similar Threads
session management -session not destroying automatically
Database Connection and Session
problem in session
Roles of a user
Session Management!!!!!!!!!!!!!!