Yes - but I would not recommend using it. It's part of the HttpSessionContext object that was deprecated some time ago because of the potential for abuse.
http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpSessionContext.html#getSession(java.lang.String)

Paul

Krutyakov Roman wrote:

Hello,

Is there any way to access to HttpSession by its id?
I have an application based on Tapestry 4 and Spring with Acegi and want
to control concurrent user logins.
After successful user authentication i need to check does this user
already have non-expired session (for example from another browser). If
such session exists i need to perform logout for it.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to