fre, 03,.06.2005 kl. 10.00 +0300, skrev Krutyakov Roman:
В Птн, 03/06/2005 в 08:37 +0200, Olve Hansen пишет:
> ons, 01,.06.2005 kl. 12.47 +0300, skrev Krutyakov Roman:
> > Hello,
> >
> > Is there any way to access to HttpSession by its id?
> > I have an application based on Tapestry 4 and Sp
В Птн, 03/06/2005 в 08:37 +0200, Olve Hansen пишет:
> ons, 01,.06.2005 kl. 12.47 +0300, skrev Krutyakov Roman:
> > 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 log
ons, 01,.06.2005 kl. 12.47 +0300, skrev Krutyakov Roman:
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
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 bro