public interface MultiHttpSessionStrategy extends HttpSessionStrategy, RequestResponsePostProcessor
Some HttpSessionStrategy
may also want to further customize
HttpServletRequest
and HttpServletResponse
objects. For example,
CookieHttpSessionStrategy
customizes how URL rewriting is done to select which
session should be used in the event multiple sessions are active.
CookieHttpSessionStrategy
getRequestedSessionId, onInvalidateSession, onNewSession
wrapRequest, wrapResponse