Interface WebSessionIdResolver

    • Method Detail

      • setSessionId

        void setSessionId​(ServerWebExchange exchange,
                          String sessionId)
        Send the given session id to the client.
        Parameters:
        exchange - the current exchange
        sessionId - the session id
      • expireSession

        void expireSession​(ServerWebExchange exchange)
        Instruct the client to end the current session.
        Parameters:
        exchange - the current exchange