Documentation

SessionConfig
in package

This class is automatically generated to help in creating a config.

Table of Contents

Properties

$_usedProperties  : mixed
$cookieDomain  : mixed
$cookieHttponly  : mixed
$cookieLifetime  : mixed
$cookiePath  : mixed
$cookieSamesite  : mixed
$cookieSecure  : mixed
$enabled  : mixed
$gcDivisor  : mixed
$gcMaxlifetime  : mixed
$gcProbability  : mixed
$handlerId  : mixed
$metadataUpdateThreshold  : mixed
$name  : mixed
$savePath  : mixed
$sidBitsPerCharacter  : mixed
$sidLength  : mixed
$storageFactoryId  : mixed
$useCookies  : mixed

Methods

__construct()  : mixed
cookieDomain()  : $this
cookieHttponly()  : $this
cookieLifetime()  : $this
cookiePath()  : $this
cookieSamesite()  : $this
cookieSecure()  : $this
enabled()  : $this
gcDivisor()  : $this
gcMaxlifetime()  : $this
gcProbability()  : $this
handlerId()  : $this
metadataUpdateThreshold()  : $this
seconds to wait between 2 session metadata updates
name()  : $this
savePath()  : $this
sidBitsPerCharacter()  : $this
sidLength()  : $this
storageFactoryId()  : $this
toArray()  : array<string|int, mixed>
useCookies()  : $this

Properties

$metadataUpdateThreshold

private mixed $metadataUpdateThreshold

Methods

__construct()

public __construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
$value : array<string|int, mixed> = []

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results