There is no actual way that I know of to directly share sessions.

I'd imagine what the person meant was if you create a singleton in /common/lib, then 
you need to store all the session information for each user in that singleton, then 
when you enter a new app you should check in the singleton to see if the information 
for that user has been stored and if so then replicate all the information there into 
the current session. Not exactly session sharing but a shared location for objects 
common across webapps.

Ta
Matt

-----Original Message-----
From: Todd O'Bryan [mailto:[EMAIL PROTECTED]
Sent: 21 January 2004 11:04
To: Tomcat Users List
Subject: Single session across webapps


I asked a much more involved question before and no one responded, so...

Is there a way to share sessions across webapps running in the same 
container? A previous message talked about putting a singleton in 
/common/lib, but wasn't too specific about how to work it. Could 
somebody be more specific or direct me somewhere that is?

Thanks,
Todd


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Any opinions expressed in this E-mail may be those of the individual and not 
necessarily the company. This E-mail and any files transmitted with it are 
confidential and solely for the use of the intended recipient. If you are not the 
intended recipient or the person responsible for delivering to the intended recipient, 
be advised that you have received this E-mail in error and that any use or copying is 
strictly prohibited. If you have received this E-mail in error please notify the 
beCogent postmaster at [EMAIL PROTECTED]
Unless expressly stated, opinions in this email are those of the individual sender and 
not beCogent Ltd. You must take full responsibility for virus checking this email and 
any attachments.
Please note that the content of this email or any of its attachments may contain data 
that falls within the scope of the Data Protection Acts and that you must ensure that 
any handling or processing of such data by you is fully compliant with the terms and 
provisions of the Data Protection Act 1984 and 1998.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to