接口的使用
org.springframework.web.server.session.WebSessionStore
使用WebSessionStore的程序包 程序包 说明 org.springframework.web.server.session Auxiliary interfaces and implementation classes forWebSession
support.org.springframework.web.server.session中WebSessionStore的使用
实现WebSessionStore的org.springframework.web.server.session中的类 修饰符和类型 类 说明 class
InMemoryWebSessionStore
Simple Map-based storage forWebSession
instances.返回WebSessionStore的org.springframework.web.server.session中的方法 修饰符和类型 方法 说明 WebSessionStore
DefaultWebSessionManager. getSessionStore()
Return the configuredWebSessionStore
.参数类型为WebSessionStore的org.springframework.web.server.session中的方法 修饰符和类型 方法 说明 void
DefaultWebSessionManager. setSessionStore(WebSessionStore sessionStore)
Configure the persistence strategy.