ModelDatasourceSession (package)

Package Cake\Model\Datasource\Session

Class summary

  • CacheSession

    CacheSession provides method for saving sessions into a Cache engine. Used with CakeSession

  • DatabaseSession

    DatabaseSession provides methods to be used with CakeSession.

Interface summary

  • CakeSessionHandlerInterface

    Interface 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()