[dw-free] per-subdomain ljuniq cookies being set
[commit: http://hg.dwscoalition.org/dw-free/rev/043a69814b42]
http://bugs.dwscoalition.org/show_bug.cgi?id=597
Only create cookie on $DOMAIN.
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=597
Only create cookie on $DOMAIN.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- etc/config.pl
-------------------------------------------------------------------------------- diff -r 1fe8edab0500 -r 043a69814b42 etc/config.pl --- a/etc/config.pl Tue Mar 31 05:29:00 2009 +0000 +++ b/etc/config.pl Tue Mar 31 05:32:25 2009 +0000 @@ -29,7 +29,7 @@ # where we set the cookies (note the period before the domain) # can be one value or an array ref (to accomodate certain old # broken browsers) - $COOKIE_DOMAIN = ["", ".$DOMAIN"]; + $COOKIE_DOMAIN = ".$DOMAIN"; $COOKIE_PATH = "/"; # email addresses --------------------------------------------------------------------------------
no subject
no subject