ScratchDefault
Define a default value for a scratchpad variable.
Synopsis
|
ScratchDefault name value
|
You can set defaults for multiple scratchpad variables at once
by using the Perl-style "here document" syntax,
as follows:
ScratchDefault <<EOS
name1 value1
name2 value2
EOS
|
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 initialises a scratchpad variable to
a chosen value whenever a new user session is created.
Example
ScratchDefault <<EOS
mv_no_session_id 1
mv_no_count 1
mv_add_dot_html 1
mv_locale en_GB
EOS
|
See also