Gary Larsen wrote:
I need to limit the number of concurrent sessions by user.
Does this mean a limited global number of sessions, or forbid a given user to be logged more than once?
Is there a way to access all the session information from the Cocoon context? Or is this best implemented using a session listener?
Session management is a servlet engine concern, and session listener is the way to go.
Sylvain -- Sylvain Wallez Anyware Technologies http://bluxte.net http://www.anyware-tech.com Apache Software Foundation Member Research & Technology Director --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
