Procedural File: SessionUtil.class.php
Source Location: /pnobjlib/SessionUtil.class.php
Classes:
- SessionUtil
- SessionUtil
Page Details:
Zikula Application Framework
Tags:
pnSessionDelVar [line 896]
bool pnSessionDelVar(
string $name)
|
|
Delete a session variable
Tags:
Parameters
| string |
$name |
of the session variable to delete |
pnSessionGetVar [line 867]
string pnSessionGetVar(
sring $name, [string $default = false])
|
|
Get a session variable
Tags:
Parameters
| sring |
$name |
of the session variable to get |
| string |
$default |
the default value to return if the requested session variable is not set |
pnSessionSetVar [line 882]
bool pnSessionSetVar(
string $name, value $value)
|
|
Set a session variable
Tags:
Parameters
| string |
$name |
of the session variable to set |
| value |
$value |
to set the named session variable |
session_regenerate_id [line 571]
string session_regenerate_id(
)
|
|
Regenerate session
Tags: