\JCORE\CACHESESSION

Interface SESSION

Summary

Methods
Properties
Constants
__construct()
open()
close()
read()
write()
destroy()
gc()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct() : NULL

__construct

Returns

NULL

open()

open(  $savePath,   $sessioneName) : boolean

open

Parameters

$savePath
$sessioneName

Returns

boolean

close()

close() : boolean

close

Returns

boolean

read()

read(  $key,   $data) : boolean

read must return string value

Parameters

$key
$data

Returns

boolean

write()

write(  $key,   $data) : boolean

identifier and the data associated with it.

write

Parameters

$key
$data

Returns

boolean

destroy()

destroy() : boolean

destroy

Returns

boolean

gc()

gc(  $ttl) : boolean

max session lifetime as its only parameter.

Parameters

$ttl

Returns

boolean