__construct() __construct(array $params = array()) Parameters array $params Configuration parameters: app: (string) Application to store session data under. cache: (Horde_Cache) [REQUIRED] The backend cache driver used to store large entries. maxsize: (integer) The maximum size of the data to store in the session (0 to always store in session). storage_key: (string) The storage key to save the session data under.
set() set( $key, $data, integer $lifetime) Parameters $key $data integer $lifetime Ignored in this driver.