session across webapps

2005-01-13 Thread Kieu Huu Dung
Hi all, I prefer one (only one) session for all webapps (Tomcat 5.0.28 and I've turned on SingleSignOn - user login once for all webapps) or how can I know user is in the same session between the login and logout when he/she is in differents webapps. Does anyone know is it possible or not? If

AW: session across webapps

2005-01-13 Thread Bernhard Slominski
: session across webapps Hi all, I prefer one (only one) session for all webapps (Tomcat 5.0.28 and I've turned on SingleSignOn - user login once for all webapps) or how can I know user is in the same session between the login and logout when he/she is in differents webapps. Does anyone know

Re: AW: session across webapps

2005-01-13 Thread Kieu Huu Dung
Cheers Bernhard -Ursprüngliche Nachricht- Von: Kieu Huu Dung [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 13. Januar 2005 12:35 An: Tomcat Users List Betreff: session across webapps Hi all, I prefer one (only one) session for all webapps (Tomcat 5.0.28 and I've turned

Single session across webapps

2004-01-21 Thread Todd O'Bryan
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

RE: Single session across webapps

2004-01-21 Thread Dale, Matt
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

RE: Single session across webapps

2004-01-21 Thread Sanjeev Kumar
- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 4:39 PM To: Tomcat Users List Subject: RE: Single session across webapps 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

RE: Single session across webapps

2004-01-21 Thread Robbie Baldock
Todd wrote: Is there a way to share sessions across webapps running in the same container? Yes, I do this for a set of apps which I wrote recently. You need to make sure each of the apps which need access to the cross-context session are defined like this in server.xml: Context

RE: Single session across webapps

2004-01-21 Thread Shapira, Yoav
-Original Message- From: Todd O'Bryan [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 6:04 AM 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