Re: Blank page in Firefox when trying to enter a page after session timeout [Win 2000, WO 4.5, Obj C]
Sigþór Hrafnsson <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Dave
This is exactly what I have:
- (WOResponse *)handleSessionRestorationErrorInContext:(WOContext *)aContext
{
WOComponent *nextPage = nil;
WOResponse *res = nil;
nextPage = [self pageWithName:@"Main" inContext:aContext];
res = [nextPage generateResponse];
return res;
}
I also tried: (with the same results)
- (WOResponse *)handleSessionRestorationErrorInContext:(WOContext *)aContext
{
WOComponent *nextPage = nil;
nextPage = [self pageWithName:@"Main" inContext:aContext];
return [nextPage generateResponse];
}
Any other ideas?
This is kind of strange that this is just happening in Firefox but no IE???
I will test some more browsers...
Sigthor
At 19:00 27.9.2006, you wrote:
>Hi,
>
>you should have something like that:
>
>- (WOResponse *)handleSessionRestorationErrorInContext:(WOContext *)aCont=
>ext
>{
> WOComponent *nextPage;
> nextPage =3D [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 a=
>fter=20
> > session timeout?
> >=20
> > In IE everything is working as planned i.e. the page gets displayed aft=
>er=20
> > session timeout.
> >=20
> > I have implemented handleSessionRestorationErrorInContext in the=20
> > application, so when the user session is timeout
> > and he tries to click a link or something, a new session is created=20
> > returning the main component.
>
>--=20
> _ _
> _(_)(_)_ 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/