class WriteCheckSessionHandler implements SessionHandlerInterface
Wraps another SessionHandlerInterface to only write the session when it has been modified.
Methods
__construct(SessionHandlerInterface $wrappedSessionHandler) | ||
close() {@inheritdoc} | ||
destroy($sessionId) {@inheritdoc} | ||
gc($maxlifetime) {@inheritdoc} | ||
open($savePath, $sessionName) {@inheritdoc} | ||
read($sessionId) {@inheritdoc} | ||
write($sessionId, $data) {@inheritdoc} |
Details
__construct(SessionHandlerInterface $wrappedSessionHandler)
close()
{@inheritdoc}
destroy($sessionId)
{@inheritdoc}
gc($maxlifetime)
{@inheritdoc}
open($savePath, $sessionName)
{@inheritdoc}
read($sessionId)
{@inheritdoc}
write($sessionId, $data)
{@inheritdoc}
Please login to continue.