Name

SessionType — specify type of the user sessions database

SYNOPSIS

DB_File | DBI | File | NFS | GDBM

DESCRIPTION

The directive specifies the type of the user sessions database.

If you are planning on running Interchange servers with an NFS-mounted filesystem as the session target, you must set SessionType to NFS. The other requisites with NFS are usually fcntl supported in Perl, a lock daemon running on NFS server system and a lock daemon running on Interchange server.

DIRECTIVE TYPE AND DEFAULT VALUE

Catalog directive

EXAMPLES

Example: Setting SessionType

Put the following in catalog.cfg:

SessionType DBI
SessionDB session

NOTES

The default File-based sessions provide best performance and reliability in most environments.

AVAILABILITY

SessionType is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Config.pm
Line 586

['SessionType',    undef,          'File'],

AUTHORS

Interchange Development Group

SEE ALSO

SessionLockFile(7ic), SessionDB(7ic), SessionExpire(7ic), LockType(7ic), SessionDatabase(7ic), MoreDB(7ic)

DocBook! Interchange!