Module io.inverno.mod.session.http


module io.inverno.mod.session.http

The Inverno framework HTTP session module provides session support in an HTTP server.

This module extends the session module and provides components to expose session in HTTP endpoints.

The SessionInterceptor shall be applied on session aware endpoints to expose the session in the SessionContext. It is responsible for creating the session when requested on the session context, resolving the session using a SessionIdGenerator to extract the session identifier from the request, injecting the session identifier into the server response using a SessionInjector and eventually saving the session after the request has been processed.

Since:
1.13
Author:
Jeremy Kuhn