DatabaseSessionHandler
class DatabaseSessionHandler implements SessionHandlerInterface, ExistenceAwareInterface (View source)
Methods
void
__construct(
ConnectionInterface $connection,
string $table,
Container $container = null)
Create a new database session handler instance.
open($savePath, $sessionName)
{@inheritdoc}
close()
{@inheritdoc}
read($sessionId)
{@inheritdoc}
write($sessionId, $data)
{@inheritdoc}
destroy($sessionId)
{@inheritdoc}
gc($lifetime)
{@inheritdoc}
setExists(
bool $value)
Set the existence state for the session.
Details
at line line 48
void
__construct(
ConnectionInterface $connection,
string $table,
Container $container = null)
Create a new database session handler instance.
at line line 168
SessionHandlerInterface
setExists(
bool $value)
Set the existence state for the session.