Memcache¶
Handler for storing sessions in memcache, implements SessionHandlerInterface.
__construct¶
__construct(\DALMP\Cache\Memcache $cache, $sessions_ref = 'UID')
$cache: | An instance of DALMP\Cache\Memcache. |
---|---|
$sessions_ref: | Name of the global reference, defaults to UID. |
Constants¶
define('DALMP_SESSIONS_REF', 'UID');
The global reference value that will be checked/used when handling sessions, every session will contain this value.
define('DALMP_SESSIONS_KEY', '4d37a965ef035a7def3cd9c1baf82924c3cc792a');
A unique key that will be used to create the store the session on Memcache/Redis backends, this is useful when working in shared hosted enviroments, basically to avoid collisions.
Thanks Navicat for supporting Open Source projects.
A great amount of time has been spent creating, crafting and maintaining this software, please consider donating.
Donating helps ensure continued support, development and availability.
comments powered by Disqus