module type HTTPSessionAttributeListener = sig
.. end
The module type for listeners compiled with -servlet session-attribute-listener.
val attribute_added : javax'servlet'http'HttpSessionBindingEvent java_instance -> unit
Called to notify that a new session attribute has been added to a session.
val attribute_removed : javax'servlet'http'HttpSessionBindingEvent java_instance -> unit
Called to notify that a session attribute has been removed from a session.
val attribute_replaced : javax'servlet'http'HttpSessionBindingEvent java_instance -> unit
Called to notify that a session attribute has been replaced in a session.