public interface WebSessionIdResolver
CookieWebSessionIdResolver
Modifier and Type | Method and Description |
---|---|
List<String> |
resolveSessionIds(ServerWebExchange exchange)
Resolve the session id's associated with the request.
|
void |
setSessionId(ServerWebExchange exchange,
String sessionId)
Send the given session id to the client or if the session id is "null"
instruct the client to end the current session.
|
List<String> resolveSessionIds(ServerWebExchange exchange)
exchange
- the current exchangevoid setSessionId(ServerWebExchange exchange, String sessionId)
exchange
- the current exchangesessionId
- the session id