Method |
Description |
|
__construct ( $clientId ) |
|
|
get ( string $key, mix $default = false ) : mix |
Get the variable value specified by the variable key name for
current session user from the storage system. |
|
remove ( string $key ) : boolean |
Remove the stored variable item specified by the variable key name
from the storage system for current session user. |
|
removeAll ( ) : boolean |
Remove all the stored variable items for current session user from
the storage system. |
|
set ( string $key, mix $value ) : boolean |
Save the variable item specified by the variable key name into
the storage system for current session user. |
|