- Added an option to override the session cookie domain.
- fix: Search results not showing synopses - fix: Redirects get displayed inside page layouts as '0' - fix: Mysterious "0" Appearing When Admin Is Off - fix: Deletion of Products
This commit is contained in:
parent
6a88fa5ca2
commit
c956ba3969
9 changed files with 36 additions and 7 deletions
|
|
@ -12,6 +12,12 @@
|
|||
|
||||
"cookieName" : "wgSession",
|
||||
|
||||
# Explicitly set the domain that the WebGUI session cookie
|
||||
# should be assigned to. Defaults to the domain that the user
|
||||
# is browsing the site under.
|
||||
|
||||
# "cookieDomain" : ".example.com",
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue