Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

Handler

Summary

Sets the handler responsible for handling sessions.

Usage

Handler=<name handler>

Description

This settings defines the handler responsible for handling sessions.

When this setting is left empty, "ezpSessionHandlerPHP" is used which basically leaves session handling to PHP so that PHP session handlers like "files" (default) can be used, as defined by php.ini "session.save_handler".

For more information on all other session related settings in php.ini please visit http://www.php.net/manual/en/session.configuration.php.

If you prefer to use the old behavior for the log-in, anonymous user count and session clearing, use the ezpSessionHandlerDB handler. To allow anonymous user count to work as before, you'll additionally need to enable the setting ForceStart in the [Session] block.

This setting is case sensitive. This setting is available for eZ Publish 4.4 and above.

Examples

Handler=ezpSessionHandlerDB

Ester Heylen (04/08/2010 1:30 pm)

Geir Arne Waaler (14/03/2011 1:00 pm)

Ester Heylen, Geir Arne Waaler


Comments

There are no comments.