Package org.springframework.session.web.http
package org.springframework.session.web.http
-
ClassDescriptionA
HttpSessionIdResolver
that uses a cookie to obtain the session from.Strategy for reading and writing a cookie value to theHttpServletResponse
.Contains the information necessary to write a value to theHttpServletResponse
.The default implementation ofCookieSerializer
.AHttpSessionIdResolver
that uses a header to resolve the session id.Contract for session id resolution strategies.ReceivesSessionDestroyedEvent
andSessionCreatedEvent
and translates them intoHttpSessionEvent
and submits theHttpSessionEvent
to every registeredHttpSessionListener
.SessionRepositoryFilter<S extends Session>Switches theHttpSession
implementation to be backed by aSession
.