On 19/07/2010 20:48, Ashish Kulkarni wrote:
> Hi
> I have configured my tomcat to save session in database as per
> documentation, and it works as expected i can see the session is saved in
> database,
> Now if the user closes the browser, and then reopens i dont want to show the
> login screen but get the session from database and go to the last visited
> page,
> how can i retrieve this session from database,

You can't. Once the browser is closed, the session cookie is removed
from the browser.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to