Session still valid if user returns?

2008-09-05 Thread Liz Huber
Once again, i have I question, to which I found no answer:



If the user leaves my wicket application and navigates to another website 
and returns to my wicket application within a few minutes. Is his previous 
session still valid?



Re: Session still valid if user returns?

2008-09-05 Thread Matej Knopp
Yes, if

a) the session hasn't expired yet (there's inactivity period after
which session expires, usually set to 30 minutes)
b) user hasn't closed the browser - the session cookie is still valid
or c) session id is encoded in URL.

-Matej

On Fri, Sep 5, 2008 at 9:47 AM, Liz Huber [EMAIL PROTECTED] wrote:
 Once again, i have I question, to which I found no answer:



 If the user leaves my wicket application and navigates to another website
 and returns to my wicket application within a few minutes. Is his previous
 session still valid?



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