Results 1 to 2 of 2

Thread: Handling session timeout

  1. #1
    Join Date
    Apr 2005
    Location
    Atlanta, GA
    Posts
    2

    Default Handling session timeout

    Newbie question:
    What I'm looking for is a lightweight implementation of handling a redirect to a login page if the user's session expires. At this time Ageci may be overkill to what I need to accomplish. Any help would be appreciated.

  2. #2
    Join Date
    Aug 2004
    Location
    Carlisle, UK
    Posts
    184

    Default

    I use an Interceptor for this. It looks for the user's details in the session. If they are not there, either because they haven't yet logged in, or because the session has timed out, the interceptor stores the incoming url in the session and redirects to the login page.
    Chris Harris
    Carlisle, UK

Similar Threads

  1. OpenSessionInView and portlet support
    By garpinc2 in forum Web Flow
    Replies: 31
    Last Post: Apr 9th, 2010, 11:12 AM
  2. Loosing my SecureContext
    By sklakken in forum Security
    Replies: 3
    Last Post: Jul 21st, 2005, 01:44 PM
  3. Replies: 1
    Last Post: Mar 12th, 2005, 04:33 AM
  4. Replies: 3
    Last Post: Nov 19th, 2004, 07:16 PM
  5. Handling HTTP Session timeout
    By 2devnull in forum Web
    Replies: 9
    Last Post: Sep 6th, 2004, 01:20 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •