Function session_set
Set a message or value in Session using a name
Package: PHPLucidFrame\Core
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at helpers/session_helper.php
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at helpers/session_helper.php
|
$name |
<p>The session variable name to store the value It can be a value separated by period, eg., user.name will be ['user']['name']</p> |
mixed |
$value = '' |
The value to be stored. |
boolean |
$serialize = false |
The value is to be serialized or not |