Uses of Interface
org.springframework.web.server.session.WebSessionIdResolver
Packages that use WebSessionIdResolver Package Description org.springframework.web.server.session Auxiliary interfaces and implementation classes forWebSessionsupport.Uses of WebSessionIdResolver in org.springframework.web.server.session
Classes in org.springframework.web.server.session that implement WebSessionIdResolver Modifier and Type Class Description classCookieWebSessionIdResolverCookie-basedWebSessionIdResolver.classHeaderWebSessionIdResolverRequest and response header-basedWebSessionIdResolver.Methods in org.springframework.web.server.session that return WebSessionIdResolver Modifier and Type Method Description WebSessionIdResolverDefaultWebSessionManager. getSessionIdResolver()Return the configuredWebSessionIdResolver.Methods in org.springframework.web.server.session with parameters of type WebSessionIdResolver Modifier and Type Method Description voidDefaultWebSessionManager. setSessionIdResolver(WebSessionIdResolver sessionIdResolver)Configure the id resolution strategy.