Menu

#76 Context ignored in session expiry page

open
None
5
2006-06-19
2006-02-06
No

If a user's session has expired and a page hit is
attempted, the resulting url does not include the
application context path, and so results (typically) in
a blank page.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I have experienced the same issue - our context is Elips but
    the expiration page is missing the Elips/ from the path.

    Cheers,
    David Taylor

     
  • jacobdotcosta

    jacobdotcosta - 2006-06-19

    Logged In: YES
    user_id=1377643

    In the /JSP_Common/CheckSession.jsp file, append the call
    request.getContextPath() before the string with the
    “/JSP_...” path.

     
  • jacobdotcosta

    jacobdotcosta - 2006-06-19
    • assigned_to: nobody --> jacob.costa
     

Log in to post a comment.