expiryPathFor: aRequest<br>&nbsp;&nbsp; &nbsp;aRequest fields at: &#39;expired&#39; put: &#39;true&#39;.<br>&nbsp;&nbsp;&nbsp; ^ aRequest url<br><br>Basically it works. But it doesn&#39;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&#39;t include expired=true and the session expires silently. Does anybody know why?
<br><br>Thanks<br>Michal<br>