Re: How to access session between multiple contexts?

2011-04-28 Thread Gregor Schneider
Hi Chris, first, thanks for your answer, I really do apprecciate it! On Thu, Apr 28, 2011 at 5:00 PM, Christopher Schultz wrote: > > Gregor could cheat and write a session-data-fetch servlet in the "main" > webapp and call it from the ancillary webapp. Just use URL-based session > ids when you c

Re: How to access session between multiple contexts?

2011-04-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 4/27/2011 8:58 AM, Caldarale, Charles R wrote: >> From: Gregor Schneider [mailto:rc4...@googlemail.com] >> Subject: How to access session between multiple contexts? > >> I have enabled the SingleSignOnValve (althoug

RE: How to access session between multiple contexts?

2011-04-27 Thread Caldarale, Charles R
> From: Gregor Schneider [mailto:rc4...@googlemail.com] > Subject: How to access session between multiple contexts? > I have enabled the SingleSignOnValve (although authorization > is handled via some Spring-stuff) but I thought it is needed > to share the session among differen

How to access session between multiple contexts?

2011-04-27 Thread Gregor Schneider
Hi there, somehow I'm stuck here: We do have a pre-packaged Tomcat 6 which contains our new CMS, running on Gentoo Linux. The ROOT-app contains the aboved mentioned CMS. Now I do have to integrate some legacy servlets residing each in it's own Context, and for aurthorization-issues I have to ac