SessionOptions
in package
Read onlyYes
セッション設定。
Table of Contents
Constants
- DEFAULT_NAME = 'PHPSESSID'
- セッションID保持Cookie名。
Properties
- $cookie : CookieOptions
- $name : string
- $savePath : string
Methods
- __construct() : mixed
- 生成。
Constants
DEFAULT_NAME
セッションID保持Cookie名。
public
mixed
DEFAULT_NAME
= 'PHPSESSID'
Properties
$cookie
public
CookieOptions
$cookie
$name
public
string
$name
$savePath
public
string
$savePath
Methods
__construct()
生成。
public
__construct(non-empty-string $name, string $savePath, CookieOptions $cookie) : mixed
Parameters
- $name : non-empty-string
-
セッション名。
- $savePath : string
-
保存場所。
- $cookie : CookieOptions
-
クッキー設定。