spring-framework / org.springframework.web.server.session / WebSessionStore / removeSession

removeSession

abstract fun removeSession(sessionId: String): Mono<Void>

Remove the WebSession for the specified id.

Parameters

sessionId - the id of the session to remove

Return
a completion notification (success or error)