Re: Global Sessions

2005-10-19 Thread David Delbecq
It would be a nightmare ;) Sessions are used to store objects, lots of libs does store in session various datas. All objects loaded are linked to their Classloader. So if you store a org.mycompany.MyData object under key "SOME_KEY" in session within webapp1 and you do this in webapp2: if (session.

Global Sessions

2005-10-19 Thread Eoghan Shields
Hi, Is it possible to have a single session which can be used over multiple applications on a single server, the basic problem is there is multiple webapps running on the same server but when a user logs into one, it would be nice to share all their session data so that they could switch betwe