Timed out screen

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Timed out screen

Dmitry Dorofeev
Hi all,

Is it possible to render some custom WAComponent in case
Session timed out ?

If not, I will be happy to redirect to a static page (fixed URL).
Any hint where to look please

Thanks,
-Dmitry.
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Timed out screen

Lukas Renggli
> Is it possible to render some custom WAComponent in case
> Session timed out ?

Not directly, however you might want to have a look at the
implementors of #handleExpiredRequest:. You could modify that code to
redirect to another Seaside application displaying your custom
component. It would be cool to have a setting for that, like with the
error-handler.

Cheers,
Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside