mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-03-31 05:32 am

[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 [personal profile] afuna.

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
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
No Subject Icon Selected
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org