程序包 org.springframework.web.server.session
Auxiliary interfaces and implementation classes for
WebSession support.接口概要 接口 说明 WebSessionIdResolver Contract for session id resolution strategies.WebSessionManager Main class for access to theWebSessionfor an HTTP request.WebSessionStore Strategy forWebSessionpersistence.类概要 类 说明 CookieWebSessionIdResolver Cookie-basedWebSessionIdResolver.DefaultWebSessionManager Default implementation ofWebSessionManagerdelegating to aWebSessionIdResolverfor session id resolution and to aWebSessionStore.HeaderWebSessionIdResolver Request and response header-basedWebSessionIdResolver.InMemoryWebSessionStore Simple Map-based storage forWebSessioninstances.