class MemcachedSessionHandler extends AbstractSessionHandler
Memcached based session storage handler based on the Memcached class provided by the PHP memcached extension.
open($savePath, $sessionName) {@inheritdoc} | from AbstractSessionHandler | |
string | doRead(string $sessionId) | |
bool | doWrite(string $sessionId, string $data) | |
bool | doDestroy(string $sessionId) | |
validateId($sessionId) {@inheritdoc} | from AbstractSessionHandler | |
read($sessionId) {@inheritdoc} | from AbstractSessionHandler | |
write($sessionId, $data) {@inheritdoc} | from AbstractSessionHandler | |
destroy($sessionId) {@inheritdoc} | from AbstractSessionHandler | |
__construct(Memcached $memcached, array $options = array()) Constructor. | ||
close() {@inheritdoc} | ||
updateTimestamp($sessionId, $data) {@inheritdoc} | ||
gc($maxlifetime) {@inheritdoc} | ||
Memcached | getMemcached() Return a Memcached instance. |
{@inheritdoc}
$savePath | ||
$sessionName |
string | $sessionId |
string |
string | $sessionId | |
string | $data |
bool |
string | $sessionId |
bool |
{@inheritdoc}
$sessionId |
{@inheritdoc}
$sessionId |
{@inheritdoc}
$sessionId | ||
$data |
{@inheritdoc}
$sessionId |
Constructor.
List of available options: * prefix: The prefix to use for the memcached keys in order to avoid collision * expiretime: The time to live in seconds.
Memcached | $memcached | A \Memcached instance |
array | $options | An associative array of Memcached options |
InvalidArgumentException | When unsupported options are passed |
{@inheritdoc}
{@inheritdoc}
$sessionId | ||
$data |
{@inheritdoc}
$maxlifetime |
Return a Memcached instance.
Memcached |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.html