Hi there,
Does anyone have a method for displaying to the user that their session has expired. I
have a filter that redirects requests to the login page before the user is logged in. If
the session expires then the next request will redirect to the login page. I would like
to display an additional message on the login page about the timeout in the latter case
but I can't see how to differentiate between a not-logged-in and a session-expired as
the Session scoped component that holds the user information has been destroyed.
Any help appreciated.
Cheers.
Mike.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029227#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...