Public Member Functions | |
session () | |
Class constructor. | |
_session () | |
Class Destructor. | |
sess_destroy () | |
Destroy session. | |
sess_flush_errors () | |
Will flush the error list. | |
sess_get_errorlist () | |
Returns error list. After the call the function will delete the error list. | |
sess_getid () | |
Returns the actual session ID. | |
sess_isreg ($varname) | |
Check if variable is registered. | |
sess_regvar ($var) | |
Register a variable or array. | |
sess_start () | |
Starts a seesion. | |
Public Attributes | |
$sess_error_hdl = 0 |
|
Class constructor.
|
|
Class Destructor.
|
|
Destroy session.
|
|
Will flush the error list.
|
|
Returns error list. After the call the function will delete the error list.
|
|
Returns the actual session ID.
|
|
Check if variable is registered.
|
|
Register a variable or array.
|
|
Starts a seesion.
|
|
Error message handler |