CacheSession provides method for saving sessions into a Cache engine. Used with CakeSession
close( )
Method called on close of a database session.
booleanCakeSessionHandlerInterface::close() destroy( integer $id )
Method called on the destruction of a database session.
$id booleanCakeSessionHandlerInterface::destroy() gc( integer $expires null )
Helper function called on gc for cache sessions.
$expires optional null booleanCakeSessionHandlerInterface::gc() open( )
Method called on open of a database session.
booleanCakeSessionHandlerInterface::open() read( string $id )
Method used to read from a database session.
$id mixedCakeSessionHandlerInterface::read() write( integer $id , mixed $data )
Helper function called on write for database sessions.
$id $data booleanCakeSessionHandlerInterface::write()
© 2005–2016 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
http://api.cakephp.org/2.7/class-CacheSession.html