[Seaside] Session problem

Leandro Perez leandromperez at gmail.com
Tue Sep 30 13:39:46 UTC 2008


Hi Sebastian,
You should overwrite the expire method on your session and redirect to the
desired url,
i.e:
MySession>> expire
    super expire.
    self redirectTo: 'http://seaside.st'



On Mon, Sep 29, 2008 at 2:51 PM, Sebastián Perez Escribano <
sebaspe at gmail.com> wrote:

> Hi list!, I have a site with his own session. I´d like when the session
> expire, redirect the request to other page (for example the main page). How
> can I do it?
>
> Regards,
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20080930/30363e1f/attachment.htm


More information about the seaside mailing list