Methods

__construct()

__construct($config) 

Parameters

$config

validate a driver config value

_validate_config(array $config) : array

Parameters

$config

array

array with configuration values

Returns

arrayvalidated and consolidated config

create a new session

create() : \Session_Cookie

Returns

\Session_Cookie

read the session

read(\Fuel\Core\boolean, $force) : \Session_Driver

Parameters

$force

\Fuel\Core\boolean,

set to true if we want to force a new session to be created

Returns

\Session_Driver

write the current session

write() : \Session_Cookie

Returns

\Session_Cookie

 Properties

 

array of driver config defaults

$_defaults