\ACMS_Session

Summary

Methods
Properties
Constants
singleton()
start()
save()
get()
set()
delete()
clear()
No public properties found
No constants found
No protected methods found
$instance
$sessionStart
$sess_name
$sess_storage
$storage
$lifetime
$path
$domain
$secure
$httponly
N/A
__construct()
No private properties found
N/A

Properties

$instance

$instance : 

Type

$sessionStart

$sessionStart : 

Type

$sess_name

$sess_name : 

Type

$sess_storage

$sess_storage : 

Type

$storage

$storage : 

Type

$lifetime

$lifetime : 

Type

$path

$path : 

Type

$domain

$domain : 

Type

$secure

$secure : 

Type

$httponly

$httponly : 

Type

Methods

singleton()

singleton(  $config = array()) 

Parameters

$config

start()

start() : void

Session start.

save()

save() : void

Save

get()

get(string  $key) : boolean

Get

Parameters

string $key

Returns

boolean

set()

set(string  $key, mixed  $val) : void

Set

Parameters

string $key
mixed $val

delete()

delete(string  $key) : void

Delete

Parameters

string $key

clear()

clear() : void

Clear

__construct()

__construct(array  $config) 

ACMS_Session constructor.

Parameters

array $config