Module type JavaServlet.HTTPSessionActivationListener

module type HTTPSessionActivationListener = sig .. end
The module type for listeners compiled with -servlet session-activation-listener.

val session_did_activate : javax'servlet'http'HttpSessionEvent java_instance -> unit
Called to notify that a session has just been activated.
 
val session_will_passivate : javax'servlet'http'HttpSessionEvent java_instance -> unit
Called to notify that a session is about to be passivated.