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