[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Tips for Editing Configuration Files

When editing configuration files, observe the following guidelines:

Correct:

;Set to 0 on 5/30/2006
Session_Timeout = 0

Incorrect:

Session_Timeout = 0 ; Set to 0 on 5/30/2006

To change the value for a setting to something other than the default value, you must uncomment the setting by removing the semicolon at the start of the line. The section headers (in square brackets) must also be uncommented for settings to be processed correctly.


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]