aspose file tools
The moose likes JSP and the fly likes Session Mgmt in clustered servers 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 » Java » JSP
Reply Bookmark "Session Mgmt in clustered servers" Watch "Session Mgmt in clustered servers" New topic
Author

Session Mgmt in clustered servers

Jeff Mychasiw
Greenhorn

Joined: Dec 13, 2001
Posts: 5
Are there any restrictions (other than the size) on the type of a objects that should be put into a session that would be replicated in another server? I was told to avoid putting any java Collections(such as Hashtable) into the session because in a clustered environment, any changes to a collection may not be reflected in the other replicated sessions?
This info was with respect to Weblogic.
Am I off Base?
 
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: Session Mgmt in clustered servers
 
Similar Threads
session replication
Problem replicating ServletContext in the clustered environment
User Authentication
Servlets , POJOs and Framework design
How to enable session replication between servers in a cluster