Seaside session timeout
As usual, this post is most a reminder for myself but it can be useful for others. In previous version of Seaside (prior to 3.0), it was possible to change the default session timeout by using:
application preferencesAt: #sessionExpirySecond put: 1200
It has changed with Seaside 3.0 and looked a bit more complicated now:
application cache expiryPolicy configuration at: #cacheTimeout put: 1200
If I’m missing something, tweet me :)
Comments [0]