JSession::set
Set data into the session store.
Signature
public function set(string
$name,
[mixed
$value = null,
[string
$namespace = 'default']] )
Parameters
-
$name
- Name of a variable.
-
$value
- Value of a variable.
-
$namespace
- Namespace to use, default to 'default'.
Returns
- mixed
- Old value of a variable.
Tasks
Line | Task |
---|---|
509 | :: generated error here |