Servlet::Http::HttpSessionActivationListener - session listener interface
$listener->sessionDidActivated($event);
$listener->sessionWillPassivate($event);
Objects that are bound to a session may listen to container events notifying them that sessions will be passivated or activated. A container that migrates sessions between interpreters or persists sessions is required to notify all attributes bound to sessions implementing this interface.
sessionDidActivate($event)
Parameters:
sessionWillPassivate($event)
Parameters:
the Servlet::Http::HttpSession manpage, the Servlet::Http::HttpSessionEvent manpage,
Brian Moseley, bcm@maz.org