Handles the backend session
__construct(string $prefix)
stringThe 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)
stringThe name of the variable (e.g. "idclient")
is_registered(string $name)
| deprecated | Please use isRegistered instead |
|---|
stringThe name of the variable (e.g. "idclient")
register(string $things)
stringThe 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
mixedA variable which should get serialized.
stringthe PHP code which can be evaluated.start()
thaw()
unregister(string $name)
stringThe 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
stringA URL
_rSerialize(mixed $var, string $str)
mixedThe variable
stringThe 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