◆ assign()
static assign |
( |
|
$name = '' , |
|
|
|
$value = '' |
|
) |
| |
|
static |
Assign value to session
- Parameters
-
string | $name | A session ID |
string | $value | A value |
- Returns
- void
◆ getSession()
static getSession |
( |
|
$name = '' | ) |
|
|
static |
Get the session value
- Parameters
-
- Returns
- mixed
◆ isSession()
static isSession |
( |
|
$name = '' | ) |
|
|
static |
Check if the session exists or not
- Parameters
-
- Returns
- boolean
◆ start()
Start session
- Returns
- void
◆ unassign()
static unassign |
( |
|
$name = '' | ) |
|
|
static |
Remove session
- Parameters
-
- Returns
- void
The documentation for this class was generated from the following file:
- source/classes/OssnSession.php