LegacyDatabaseSessionHandler
class LegacyDatabaseSessionHandler implements SessionHandlerInterface, ExistenceAwareInterface (View source)
Methods
void
__construct(
ConnectionInterface $connection,
string $table)
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 41
void
__construct(
ConnectionInterface $connection,
string $table)
Create a new database session handler instance.
at line line 127
SessionHandlerInterface
setExists(
bool $value)
Set the existence state for the session.