Class HttpSessionIdChangedEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpSessionIdChangedEvent​(javax.servlet.http.HttpSession session, java.lang.String oldSessionId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNewSessionId()
      Returns the new session ID.
      java.lang.String getOldSessionId()
      Returns the old session ID.
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HttpSessionIdChangedEvent

        public HttpSessionIdChangedEvent​(javax.servlet.http.HttpSession session,
                                         java.lang.String oldSessionId)