Interface HttpSessionIdListener

All Superinterfaces:
EventListener

public interface HttpSessionIdListener extends EventListener
The HttpSessionIdListener API.
Author:
Manfred Riem ([email protected])
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sessionIdChanged​(HttpSessionEvent event, String oldSessionId)
    Handle the session id change event.
  • Method Details

    • sessionIdChanged

      void sessionIdChanged(HttpSessionEvent event, String oldSessionId)
      Handle the session id change event.
      Parameters:
      event - the HTTP session event.
      oldSessionId - the old HTTP session id.