Seaside-Session


Seaside-Session Comment
WAApplication

WACurrentSession

WAErrorHandler

WAGlobalConfiguration

WAMain

WAPageExpired

WASession
I am a Seaside session. A new instance of me gets created when an user accesses an application for the first time and is persistent as long as the user is interacting with it.

If the session has not been used for #defaultTimeoutSeconds, it is garbage collected by the system. To manually expire a session call #expire.
WASessionConfiguration

WASimpleErrorHandler

^top


- made by Dandelion -