Interface WebSessionManager

    • Method Detail

      • getActiveSession

        WebIServerSession getActiveSession()
        Returns the WebIServerSession in the list currently considered to be active.
        Returns:
        The current active session.
      • setActiveSession

        WebIServerSession setActiveSession​(java.lang.String key)
        Sets the active session to be the session with the given key in the collection. The newly set active session will be returned. If there exists no session with the given key in the collection, then this method will return null.
        Parameters:
        key - The key to look for in the session list.
        Returns:
        The session set as active, or null if the active session has not changed.