You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Bill Holloway <bi...@gmail.com> on 2005/06/24 10:41:06 UTC

"Session Timed Out" Solved with Cookie

In my ProtectedPage class' pageValidate method I check for null session plus 
valid login cookie (set during login). If that obtains, I throw a 
StaleSessionException. The engine service catches that.

If null session and no login cookie, I redirect to the login page.

thanks for letting me vent :)