Classes

JSession

Class for managing HTTP sessions

Provides access to session-state values as well as session-level settings and lifetime management methods. Based on the standard PHP session handling mechanism it provides more advanced features such as expire timeouts.
« More »

JSessionStorage

Custom session storage handler for PHP

This class allows for simple but smart objects with get and set methods and an internal error handler.
« More »

JSessionStorageApc

APC session storage handler for PHP

This class allows for simple but smart objects with get and set methods and an internal error handler.
« More »

JSessionStorageDatabase

Database session storage handler for PHP

This class allows for simple but smart objects with get and set methods and an internal error handler.
« More »

JSessionStorageEaccelerator

eAccelerator session storage handler for PHP

This class allows for simple but smart objects with get and set methods and an internal error handler.
« More »

JSessionStorageMemcache

Memcache session storage handler for PHP

-- Inspired in both design and implementation by the Horde memcache handler --
« More »

JSessionStorageMemcached

Memcached session storage handler for PHP

-- Inspired in both design and implementation by the Horde memcached handler --
« More »

JSessionStorageNone

File session handler for PHP

This class allows for simple but smart objects with get and set methods and an internal error handler.
« More »

JSessionStorageWincache

WINCACHE session storage handler for PHP

This class allows for simple but smart objects with get and set methods and an internal error handler.
« More »