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 (although authorization is handled

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 ch...@christopherschultz.net 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

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 different contexts. No, the