Hi.

When the session expires, how can I handle this and redirect to a customized 
page saying "Your session has expired"

In my BorderEngine class, I've tried this but maybe it's the wrong way, or the 
wrong place to put it

  protected void handleStaleSessionException(IRequestCycle cycle, 
StaleSessionException exception) throws IOException
  {
    cycle.activate("Expired");  // Trigger my customized session-expired page.
  }



Thanks,
Greg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to