Monday, July 9, 2018

HttpSessionActivationListener

Methods of HttpSessionActivationListener interface
  1. public void sessionWillPassivate(HttpSessionEvent se): Notification that the session is about to be passivated.
  2. public void sessionDidActivate(HttpSessionEvent se): Notification that the session has just been activated.

No comments:

Post a Comment