Function session_get
Get a message or value of the given name from Session
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
string |
$name |
<p>The session variable name to retrieve its value It can be a value separated by period, eg., user.name will be ['user']['name']</p> |
boolean |
$unserialize = false |
The value is to be unserialized or not |
mixed
|
The value from SESSION |