Deprecated.
The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.
NAME
HTTP::Session2::ServerStore - Session store
DEPRECATION NOTICE
This module is DEPRECATED and no longer maintained. Please do not use this module for new projects. See HTTP::Session2 for details.
DESCRIPTION
This module is a part of HTTP::Session2 library. This module saves the session data on server side storage.
CONSTRUCTOR PARAMETERS
- store: Object, optional
-
The storage object. You need to set 'store' or 'get_store'.
- get_store : CodeRef, optional
-
Callback function to get the storage object.
The storage object must have following 3 methods.
And, cache object should be serialize/deserialize the data automatically.
CHI supports all things. You can use any CHI drivers.
But, I recommend to use
Cache::Memcached::Fast.
METHODS
Methods are listed on HTTP::Session2::Base.