]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Fix for bug 19910: Bugzilla installs on the same server would interfere with each...
authorjustdave%syndicomm.com <>
Sat, 13 Oct 2001 07:40:39 +0000 (07:40 +0000)
committerjustdave%syndicomm.com <>
Sat, 13 Oct 2001 07:40:39 +0000 (07:40 +0000)
commit5c8613183f5779686e739bc9a470c770cf8ff51d
tree6d50e8ac286f64ca475bb61ab7ee3c8e9acab6a4
parent7084639bb653b1684638c272c4da3d62de1f702b
Fix for bug 19910: Bugzilla installs on the same server would interfere with each others' cookies.  Cookies now have a path value that can be set to indicate which bugzilla install they belong to.  Browsers will only send the cookie to the appropriate installation.  The path can be set in the 'cookiepath' parameter in editparams.cgi.
Patch by Dave Lawrence <dkl@redhat.com>
r= myk, justdave
CGI.pl
buglist.cgi
colchange.cgi
createaccount.cgi
defparams.pl
post_bug.cgi
query.cgi
relogin.cgi