spring-framework / org.springframework.web.server.session / WebSessionIdResolver / resolveSessionIds

resolveSessionIds

abstract fun resolveSessionIds(exchange: ServerWebExchange): MutableList<String>

Resolve the session id's associated with the request.

Parameters

exchange - the current exchange

Return
the session id's or an empty list