Package Cake\Model\Datasource\Session
Class summary
- 
	CacheSessionCacheSession provides method for saving sessions into a Cache engine. Used with CakeSession 
- 
	DatabaseSessionDatabaseSession provides methods to be used with CakeSession. 
Interface summary
- 
	CakeSessionHandlerInterfaceInterface for Session handlers. Custom session handler classes should implement this interface as it allows CakeSession know how to map methods to session_set_save_handler() 
