- Added an option to override the session cookie name.

This commit is contained in:
JT Smith 2006-08-04 15:16:18 +00:00
parent da7dea01f5
commit 2ea58485c9
11 changed files with 40 additions and 28 deletions

View file

@ -8,6 +8,10 @@
"sitename" : [ "www.example.com", "example.com"],
# Rename the WebGUI Session cookie if you like.
"cookieName" : "wgSession",
# The location where the WebGUI server will be handling
# requests. This is normally just '/' or the root of the
# server, but on some installations it might be /webgui or