Method | Description | |
---|---|---|
contents ( ) | Return the contents of the session in array form. | |
del ( string $name ) | Remove a key/value pair from the session. | |
get ( string $name, string $default = null ) : string | Get a key's value from the session. | |
set ( string $name, string $value ) | Set a session key/value pair. |