\Session

class 'Session' This uses static functions, but is constructed at a specific time.

requires tables session and sessiondata

Summary

Methods
Properties
Constants
getInstance()
setto()
has()
get()
set()
del()
No public properties found
No constants found
__construct()
No protected properties found
N/A
__clone()
__wakeup()
$tom
$session
$sqlsess
N/A

Properties

$tom

$tom : 

Type

$session

$session : 

Type

$sqlsess

$sqlsess : 

Type

Methods

getInstance()

getInstance() 

setto()

setto(  $tom_p = 1440) 

Parameters

$tom_p

has()

has(  $nam = NULL) 

has (with no name = check for session) - otherwise, check for session variable

Parameters

$nam

get()

get(  $nam = NULL) 

Parameters

$nam

set()

set(  $nam = NULL,   $val = NULL) 

Parameters

$nam
$val

del()

del(  $nam = NULL) 

Parameters

$nam

__construct()

__construct() 

'__construct' Set / manage the session cookie and it's correlating data-record.

__clone()

__clone() 

__wakeup()

__wakeup()