Zend Session Clustering - Configuration Directives

Configuration Directives Summary

Directive Type Modification Scope Description
zend_sc.enable boolean PHP_INI_SYSTEM Enables the Session Clustering
zend_sc.scd_port integer PHP_INI_SYSTEM the port the sc daemon is listening to
zend_sc.use_unix_sockets boolean PHP_INI_SYSTEM Communication with mod cluster: 0 TCP, 1 Unix socket
zend_sc.unix_socket_filename string PHP_INI_SYSTEM unix socket filename to communicate with daemon
zend_sc.lock_timeout integer PHP_INI_SYSTEM used when retrying to access locked sessions
zend_sc.log_rotation_size integer PHP_INI_SYSTEM size of log before it's rotated
zend_sc.log_verbosity_level integer PHP_INI_SYSTEM The log verbosity level [0-5]

Configuration Directive Details

zend_sc.enable

Enables the Session Clustering

Type: boolean

Default Value: 0

Available since version 4.0

zend_sc.scd_port

the port the sc daemon is listening to

Type: integer

Default Value: 10062

Available since version 4.0

zend_sc.use_unix_sockets

Communication with mod cluster: 0 TCP, 1 Unix socket

Type: boolean

Default Value: 1

Available since version 4.0

zend_sc.unix_socket_filename

unix socket filename to communicate with daemon

Type: string

Default Value: scd.sock

Available since version 4.0

zend_sc.lock_timeout

used when retrying to access locked sessions

Type: integer

Units: seconds

Default Value: 1

Available since version 4.0

zend_sc.log_rotation_size

size of log before it's rotated

Type: integer

Default Value: 10

Available since version 4.0

zend_sc.log_verbosity_level

The extension's log verbosity level. Level 1 includes very important info messages, errors and warnings. Level 2 displays notices. Greater levels (up to 5) server debug purposes only.

Type: integer

Default Value: 2

Available since version 4.0