You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only session handler type is FileSessionHandler, that is hardcoded inside many parts. Inside StandardGarbageCollector session file removal is present.
We've refactored the session handling with upcoming version 1.1.1. The new release allows the specify a custom session handler in the META-INF/context.xml like
Currently the only session handler type is FileSessionHandler, that is hardcoded inside many parts. Inside StandardGarbageCollector session file removal is present.
Why not just use http://php.net/manual/en/class.sessionhandlerinterface.php to manage sessions. That will allow database sessions as well.
The text was updated successfully, but these errors were encountered: