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.ResolvesSessionidentifiers from cookies.Implementation that uses common HTTP headers to resolve theSessionID.Allows configuration of the session.AHttpServerFilterthat resolves the current userSessionif present and encodes the Session ID in the response.Strategy interface for encodingSessionIDs so they are represented in the response.Strategy interface for resolvingSessionIDs.CombinesHttpSessionIdResolverandHttpSessionIdEncoder.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.