public interface WebSessionIdResolver
CookieWebSessionIdResolver
Modifier and Type | Method and Description |
---|---|
void |
expireSession(ServerWebExchange exchange)
Instruct the client to end the current session.
|
java.util.List<java.lang.String> |
resolveSessionIds(ServerWebExchange exchange)
Resolve the session id's associated with the request.
|
void |
setSessionId(ServerWebExchange exchange,
java.lang.String sessionId)
Send the given session id to the client.
|
java.util.List<java.lang.String> resolveSessionIds(ServerWebExchange exchange)
exchange
- the current exchangevoid setSessionId(ServerWebExchange exchange, java.lang.String sessionId)
exchange
- the current exchangesessionId
- the session idvoid expireSession(ServerWebExchange exchange)
exchange
- the current exchange