Property | Type | Description | |
---|---|---|---|
$_sess | array | Pointer to the session entry. |
Method | Description | |
---|---|---|
__construct ( array $params = [] ) | Constructor. | |
clear ( ) | ||
exists ( $key, $lifetime ) | ||
expire ( $key ) | ||
get ( $key, $lifetime ) | ||
set ( $key, $data, $lifetime ) |
Method | Description | |
---|---|---|
_initOb ( ) | Do initialization tasks. |
public __construct ( array $params = [] ) | ||
$params | array | Optional parameters:
- session: (string) Store session data in this entry. DEFAULT: 'horde_cache_session' |