Interface ISessionStore.BindListener

    • Method Detail

      • bindingSession

        void bindingSession​(Request request,
                            Session newSession)
        Informs the listener that a session is about to be bound. Note that this method is also called for temporary sessions.
        Parameters:
        request - The request the session is bound in
        newSession - The session that will be bound