#expiryPathFor:

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

#expiryPathFor:

Michal Perutka-2
expiryPathFor: aRequest
    aRequest fields at: 'expired' put: 'true'.
    ^ aRequest url

Basically it works. But it doesn't work, whenever a session expires inside a form oppened via #call: and the form is submitted (or a link is clicked). In this case the url doesn't include expired=true and the session expires silently. Does anybody know why?

Thanks
Michal

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside