Overview

Packages

  • SessionHandler

Classes

  • Horde_SessionHandler
  • Horde_SessionHandler_Exception
  • Horde_SessionHandler_Storage
  • Horde_SessionHandler_Storage_Builtin
  • Horde_SessionHandler_Storage_External
  • Horde_SessionHandler_Storage_File
  • Horde_SessionHandler_Storage_Memcache
  • Horde_SessionHandler_Storage_Sql
  • Horde_SessionHandler_Storage_Stack
  • Overview
  • Package
  • Class
  • Tree

Package SessionHandler

Classes summary
Horde_SessionHandler This class provides the interface to the session storage backend.
Horde_SessionHandler_Exception Exception handler for the SessionHandler package.
Horde_SessionHandler_Storage This is the abstract class that all storage drivers inherit from.
Horde_SessionHandler_Storage_Builtin

SessionHandler storage implementation for PHP's built-in session handler. This doesn't do any session handling itself - instead, it exists to allow utility features to be used with the built-in PHP handler.

Horde_SessionHandler_Storage_External

SessionHandler storage implementation for an external save handler defined via configuration parameters.

Horde_SessionHandler_Storage_File SessionHandler implementation for storage in text files.
Horde_SessionHandler_Storage_Memcache Horde_SessionHandler implementation for memcache.
Horde_SessionHandler_Storage_Sql SessionHandler storage implementation for SQL databases.
Horde_SessionHandler_Storage_Stack

SessionHandler storage implementation that will loop through a list of storage drivers to handle the session information. This driver allows for use of caching backends on top of persistent backends, for example.

API documentation generated by ApiGen