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 32
__construct(string $dir)

No description

Parameters

string $dir

at line 38
bool isAvailable()

No description

Return Value

bool

at line 78
array getData()

No description

Return Value

array

at line 84
void clean()

No description

Return Value

void

at line 95
__destruct()

No description