WriteCheckSessionHandler

WriteCheckSessionHandler

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)

Parameters

SessionHandlerInterface $wrappedSessionHandler

close()

{@inheritdoc}

destroy($sessionId)

{@inheritdoc}

Parameters

$sessionId

gc($maxlifetime)

{@inheritdoc}

Parameters

$maxlifetime

open($savePath, $sessionName)

{@inheritdoc}

Parameters

$savePath
$sessionName

read($sessionId)

{@inheritdoc}

Parameters

$sessionId

write($sessionId, $data)

{@inheritdoc}

Parameters

$sessionId
$data
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部