libraries/drivers/Session/Cache – Kohana API 2.3 Documentation

system/libraries/drivers/Session/Cache.php

Class: Session_Cache_Driver

class Session_Cache_Driver implements Session_Driver

Session cache driver.

Cache library config goes in the session.storage config entry: $config['storage'] = array( 'driver' => 'apc', 'requests' => 10000 ); Lifetime does not need to be set as it is overridden by the session expiration setting.