class FileSession implements SessionStorage

Constants

private FilePrefix

private CookieLifetime

Properties

$cookieName
$gcProbability

probability that the clean() routine is started

Methods

__construct(string $dir)

No description

bool
isAvailable()

No description

array
getData()

No description

void
clean()

No description

__destruct()

No description

Details

at line 29
__construct(string $dir)

No description

Parameters

string $dir

at line 35
bool isAvailable()

No description

Return Value

bool

at line 75
array getData()

No description

Return Value

array

at line 81
void clean()

No description

Return Value

void

at line 92
__destruct()

No description