Name

SessionLockFile — specify the name of a lock file if DBM-based sessions are used

SYNOPSIS

filename

DESCRIPTION

It is possible for multiple catalogs to share the same session file. SessionDatabase needs to be set appropriately if the database is to be shared. This is only used with DBM-based sessions, and the pathname can be absolute if desired.

DIRECTIVE TYPE AND DEFAULT VALUE

Catalog directive

EXAMPLES

Example: Setting SessionLockFile

Put the following in catalog.cfg:

SessionLockFile  session-data.lock

NOTES

AVAILABILITY

SessionLockFile is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Config.pm
Line 589

['SessionLockFile',  undef,          'etc/session.lock'],

AUTHORS

Interchange Development Group

SEE ALSO

SessionDB(7ic), SessionType(7ic), SessionExpire(7ic), SessionDatabase(7ic)

DocBook! Interchange!