Package io.micronaut.session.http
package io.micronaut.session.http
HTTP session configuration and strategies.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionUtility to generate a session id from a cookie value or builds a cookie value from session.Resolves
Session
identifiers from cookies.Implementation that uses common HTTP headers to resolve theSession
ID.Allows configuration of the session.AHttpServerFilter
that resolves the current userSession
if present and encodes the Session ID in the response.Strategy interface for encodingSession
IDs so they are represented in the response.Strategy interface for resolvingSession
IDs.CombinesHttpSessionIdResolver
andHttpSessionIdEncoder
.Utility class with methods to create or retrieve a session associated to a request.Resolves the locale from a property in a session.SessionLogElement LogElement.Builder for SessionLogElement.