Handles the backend session
__construct(string $prefix)
string
The prefix for the session variables
delete()
freeze()
hidden_session()
This is no longer needed and will always return "".
deprecated | Since this function is not needed anymore it shouldn't be used |
---|
isRegistered(string $name)
string
The name of the variable (e.g. "idclient")
is_registered(string $name)
deprecated | Please use isRegistered instead |
---|
string
The name of the variable (e.g. "idclient")
register(string $things)
string
The name of the variable (e.g. "idclient")
selfURL()
This is no longer needed to make sessions work but some CONTENIDO functions/classes rely on it
self_url()
This is no longer needed to make sessions work but some CONTENIDO functions/classes rely on it
deprecated | Please use selfURL() instead |
---|
serialize(mixed $var) : string
This will work recursevly on arrays
mixed
A variable which should get serialized.
string
the PHP code which can be evaluated.start()
thaw()
unregister(string $name)
string
The name of the variable (e.g. "idclient")
url(string $url)
This is no longer needed to make sessions work but some CONTENIDO functions/classes rely on it
string
A URL
_rSerialize(mixed $var, string $str)
mixed
The variable
string
The PHP code will be attached to this string
$id : string
This variable isn't needed to make sessions work any longer but some CONTENIDO functions/classes rely on it
$name : \unknown_type
This variable isn't needed to make sessions work any longer but some CONTENIDO functions/classes rely on it
$_prefix : string
$_pt : array