Servlet::Http::HttpSessionAttributesListener - session listener interface
$listener->attributeAdded($event);
$listener->attributeRemoved($event);
$listener->attributeReplaced($event);
This listener interface can be implemented in order to get notifications of changes made to sessions within this web application.
attributeAdded($event)
Parameters:
attributeRemoved($event)
Parameters:
attributeReplaced($event)
Parameters:
the Servlet::Http::HttpSession manpage, the Servlet::Http::HttpSessionEvent manpage
Brian Moseley, bcm@maz.org