CacheBasedSessionHandler

CacheBasedSessionHandler

class CacheBasedSessionHandler implements SessionHandlerInterface (View source)

Methods

void __construct(Repository $cache, int $minutes)

Create a new cache driven handler instance.

open($savePath, $sessionName)

{@inheritdoc}

close()

{@inheritdoc}

read($sessionId)

{@inheritdoc}

write($sessionId, $data)

{@inheritdoc}

destroy($sessionId)

{@inheritdoc}

gc($lifetime)

{@inheritdoc}

Repository getCache()

Get the underlying cache repository.

doc_Laravel
2016-11-02 16:09:45
Comments
Leave a Comment

Please login to continue.