Package com.aspectran.core.component.session
package com.aspectran.core.component.session
Session Management Implementations
-
ClassDescriptionA base implementation of the
SessionCache
interface for managing a set of Session objects pertaining to a context in memory.Abstract Implementation of SessionManager.Abstract Implementation for SessionStore.Abstract Implementation for SessionStoreFactory.Implementation ofSessionCache
.Implementation of SessionManager.A file-based store of session data.Created: 2024.The housekeeper for session scavenging.A defaultSession
implementation.This exception occurs when the maximum number of sessions in the session cache is exceeded.Implement the NoPersistent interface for non-persistent objects in session data.Created: 2024-12-31The Interface Session.Session processing delegate by request.Causes an object to be notified when it is bound to or unbound from a session.An interface for managing a set of Session objects pertaining to a context in memory.The data associated with a session.The Session ID Generator.The Class SessionInactivityTimer.Interface for receiving notification events about ManagedSession lifecycle changes.Support for registering or removing session listeners in the session manager.The session manager is responsible for session start, session exists, session write, time to live and session destroy.Created: 11/18/23A SessionStore is a mechanism for (persistently) storing data associated with sessions.Created: 2019/12/06Exception raised when session data can not be read.Exception raised when session data can not be written.