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
--------------------------------------------------------------------------------
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-03-31 05:34 am (UTC)(link)
The missing word is driving me crazy! What was it supposed to say?