Re: Blank page in Firefox when trying to enter a page after session timeout [Win 2000, WO 4.5, Obj C]
David Wetzel <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
you should have something like that:
- (WOResponse *)handleSessionRestorationErrorInContext:(WOContext *)aContext
{
WOComponent *nextPage;
nextPage = [self pageWithName:@"Main" inContext:aContext];
return [nextPage generateResponse];
}
and that should work on all browsers.
Well at least on GSWeb it does ;-)
Dave
Sigthor Hrafnsson wrote:
> Anyone experience a plank page in Firefox when trying to enter a page after
> session timeout?
>
> In IE everything is working as planned i.e. the page gets displayed after
> session timeout.
>
> I have implemented handleSessionRestorationErrorInContext in the
> application, so when the user session is timeout
> and he tries to click a link or something, a new session is created
> returning the main component.
--
_ _
_(_)(_)_ David Wetzel, Turbocat's Development,
(_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG,
_/ \_ Fax +49 33056 82835 Phone +49 33056 82834
(______) http://www.turbocat.de/