> 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 SSO valve does not cause sessions to be shared across contexts - that would be a spec violation. All it does is replicate authentication/authorization information across the associated contexts of a given <Host>. I would think you could use a listener in each context that could propagate session changes across webapps via some data structures maintained by a shared class. Don't know if such exists already, or if you'd have to create it. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.