• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Handling Session timeout with ajax
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Handling Session timeout with ajax


  • Subject: Re: Handling Session timeout with ajax
  • From: Paul Hoadley <email@hidden>
  • Date: Sat, 24 Jan 2009 13:45:14 +1030

Hi Chuck,

On 20/01/2009, at 7:09 AM, Chuck Hill wrote:

...
       if (AjaxUtils.isAjaxRequest(aContext.request()))
       {
           AjaxUtils.redirectTo(errorPage);
           return errorPage.context().response();
       }
       return errorPage.generateResponse();

Should this also work in Application.handleException()?  I've got this:

public WOResponse handleException(Exception anException, WOContext aContext) {
AMErrorPage errorPage = (AMErrorPage) pageWithName(AMErrorPage.class
.getName(), aContext);
errorPage.setPageType(AMErrorPage.EXCEPTION);
if (AjaxUtils.isAjaxRequest(aContext.request())) {
AjaxUtils.redirectTo(errorPage);
return errorPage.context().response();
}
return errorPage.generateResponse();
}

Throwing an exception from an Ajax action bypasses my AMErrorPage, somehow logs me out of the app, and returns my Main page.  I can't even see how it's occurring.  There's literally nothing in the console beyond a log message from AMErrorPage.setPageType().  Again, this is a slightly different issue than the OP, and I assume your code above was for Application.handleSessionRestorationErrorInContext.


-- 
Paul.

w  http://logicsquad.net/
h  http://paul.hoadley.name/


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Handling Session timeout with ajax
      • From: Chuck Hill <email@hidden>
References: 
 >Handling Session timeout with ajax (From: Amedeo Mantica <email@hidden>)
 >Re: Handling Session timeout with ajax (From: Chuck Hill <email@hidden>)

  • Prev by Date: Re: webobjects installer crashing - SOLVED
  • Next by Date: Re: W3C validation and ERXBatchNavigationBar
  • Previous by thread: Re: Handling Session timeout with ajax
  • Next by thread: Re: Handling Session timeout with ajax
  • Index(es):
    • Date
    • Thread