Public Member Functions | |
CheckSession ($url) | |
SetVar ($var, $valor) | |
GetVar ($var) | |
UnsetVar ($var) | |
ExistsVar ($var) | |
CleanAll () |
Definition at line 12 of file JSession.class.php.
|
Checks if the user is logged in the current session.
Definition at line 19 of file JSession.class.php. References ExistsVar(). |
|
Clears all the information in the session. Definition at line 79 of file JSession.class.php. Referenced by JSystem::JSystem(), and JSystem::Logout(). |
|
Checks if already exists a variable in the session.
Definition at line 69 of file JSession.class.php. Referenced by CheckSession(), Modules::GetInstance(), JUgrSystem::GetInstance(), JContext::GetInstance(), and ConfigCache::GetInstance(). |
|
Gets the value of a variable in the session.
Definition at line 43 of file JSession.class.php. Referenced by Modules::GetInstance(), JUgrSystem::GetInstance(), JContext::GetInstance(), and ConfigCache::GetInstance(). |
|
Adds a new variable to the session.
Definition at line 30 of file JSession.class.php. Referenced by Modules::_UpdateSession(), JUgrSystem::_UpdateSession(), JContext::_UpdateSession(), ConfigCache::_UpdateSession(), and JUgrSystem::GetInstance(). |
|
Removes a variable from the session
Definition at line 55 of file JSession.class.php. |