OFFTOPIC Re: Getting HttpSession by ID

2005-06-03 Thread Olve Hansen
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

Re: Getting HttpSession by ID

2005-06-03 Thread 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 Spring with Acegi and > > want > > to control concurrent user log

Re: Getting HttpSession by ID

2005-06-02 Thread 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 logins. After successful user authentication i need

Re: Getting HttpSession by ID

2005-06-01 Thread Paul Ferraro
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:

Getting HttpSession by ID

2005-06-01 Thread 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 to check does this user already have non-expired session (for example from another bro