Re: Session Expiration Handling

2007-05-09 Thread meissa . sakho
that with the HttpServletRequest.isRequestedSessionIdValid() method. meissa Shahak Nagiel <[EMAIL PROTECTED]> 09/05/2007 17:59 Veuillez répondre à "Struts Users Mailing List" A Struts Users Mailing List cc Objet Re: Session Expiration Handling I've implemented a s

Re: Session Expiration Handling

2007-05-09 Thread Shahak Nagiel
I've implemented a similar authenticator (which I called AuthenticationInterceptor, since it's verifying the user has been authenticated). The easiest way to handle this is to simply put some object in the HttpSession once the user is authenticated at login time, such as a User object. If tha