SaveExpire
This directive specifies the default amount of time that a non-session
cookie will be valid.
Synopsis
The parameter is expected to be a time interval.
The default is "30 days".
Scope
This directive is only available for use in the local
(catalog.cfg) configuration file.
It will not affect any other website in any way.
This directive will not work in the global
(interchange.cfg) configuration file.
Description
This directive specifies the default amount of time that a non-session
cookie will be valid.
Interchange uses the "MV_USERNAME" and "MV_PASSWORD" cookies to implement its CookieLogin feature.
This default time can be overridden when using the [set-cookie]
tag's "expire" parameter.
Example