TSessionHandler
Tags
Table of Contents
Properties
- $expires : int
- The number of seconds after the session cookie is set that it should expire.
Methods
- getExpires() : int
- setExpires() : void
Properties
$expires
The number of seconds after the session cookie is set that it should expire.
protected
int
$expires
= 0
Tags
Methods
getExpires()
public
getExpires() : int
Return values
intsetExpires()
public
setExpires(int $expires) : void
Parameters
- $expires : int