[Seaside] Duration of seaside session

Philippe Marschall philippe.marschall at gmail.com
Sat Mar 5 14:04:11 UTC 2011


2011/3/4 dtrussardi at tiscali.it <dtrussardi at tiscali.it>:
> Hi,
>
>        i can define the duration of a specific session ?

No, that's no longer possible in Seaside 3. You can only define the
duration of all the session of an application.

>        When the        WASession unregistered  method            is call from the system i can define the duration of the session ?

No, at that point the session is already gone.

>        If possible the specific time from      start session            to the last clic on the page.

The last access time in in the lastAccessTable in
WALastAccessExpiryPolicy but it might not be trivial to get it.

Cheers
Philippe


More information about the seaside mailing list