sirius.web.http.session.package-info Maven / Gradle / Ivy
/*
* Made with all the love in the world
* by scireum in Remshalden, Germany
*
* Copyright by scireum GmbH
* http://www.scireum.de - [email protected]
*/
/**
* Server sided session handling.
*
* Provides a framework for managing and storing server sided sessions. By default all sessions are stored
* as conventional {@link java.util.Map} object in the heap.
*
* Alternative storage engines might be added by
* providing an implementation of {@link sirius.web.http.session.SessionStorage}.
*
* Lifecycle management with a two step timeout is provided by the framework. Therefore short lived sessions,
* like those created by a search engine crawling the site are reclaimed pretty quickly to maintain server
* stability. (Read more here: {@link sirius.web.http.session.ServerSession})
*/
package sirius.web.http.session;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy