WIKINDX METHODS

Method:
getVar()

Class:
SESSION

Method Call:
include_once("core/session/SESSION.php");
$session = new SESSION();
BOOLEAN $session->getVar(STRING: sessionKey);

Description:
Get a session variable.

Usage:
If the variable is not set, FALSE will be returned, otherwise the value of the session variable is returned.

WIKINDX home      WIKINDX usage      WIKINDX classes