NativeFileSessionHandler

NativeFileSessionHandler

class NativeFileSessionHandler extends NativeSessionHandler

NativeFileSessionHandler.

Native session handler using PHP's built in file storage.

Methods

__construct(string $savePath = null)

Constructor.

Details

__construct(string $savePath = null)

Constructor.

Parameters

string $savePath Path of directory to save session files Default null will leave setting as defined by PHP. '/path', 'N;/path', or 'N;octal-mode;/path

Exceptions

InvalidArgumentException On invalid $savePath

See also

http://php.net/session.configuration.php#ini.session.save-path for further details.
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部