Package org.springframework.session.web.server.session
@NonNullApi
package org.springframework.session.web.server.session
Spring Session reactive web support.
-
ClassDescriptionSpringSessionWebSessionStore<S extends Session>The
WebSessionStore
implementation that provides theWebSession
implementation backed by aSession
returned by theReactiveSessionRepository
.