Name

CookieName — specify Interchange session cookie name

SYNOPSIS

cookie_name

DESCRIPTION

The directive sets the name of the Interchange cookie that will be used to retrieve session ID information in users' browsers. The default value is MV_SESSION_ID.

The default should never be changed, but this configuration directive can save the day if you need to use cookies issued by programs other than Interchange itself.

DIRECTIVE TYPE AND DEFAULT VALUE

Catalog directive

EXAMPLES

Example: Defining CookieName

CookieName SESSIONID

NOTES

By default, Interchange cookie planted in user's browser consists of a session ID followed by a colon followed by an IP address, username or domain name.

If the cookie is generated by another program and CookieName is set appropriately, Interchange will take it over without modification.

For a complete discussion on cookies, see cookie glossary entry.

AVAILABILITY

CookieName is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Config.pm
Line 659

['CookieName',     undef,            ''],

AUTHORS

Interchange Development Group

SEE ALSO

Cookies(7ic), CookiePattern(7ic), CookieLogin(7ic)

DocBook! Interchange!