can3p (can3p) wrote in changelog,
can3p
can3p
changelog

[livejournal] r19412: LJSUP-9209: Wrong cookie path not set

Committer: dpetrov
LJSUP-9209: Wrong cookie path not set
U   trunk/htdocs/js/livejournal.js
Modified: trunk/htdocs/js/livejournal.js
===================================================================
--- trunk/htdocs/js/livejournal.js	2011-07-01 03:37:50 UTC (rev 19411)
+++ trunk/htdocs/js/livejournal.js	2011-07-01 03:41:30 UTC (rev 19412)
@@ -248,7 +248,8 @@
 		Cookie( 'ljuniq', LiveJournal.generateLjUniq(),
 		{
 			domain: Site.siteroot.replace(/^https?:\/\/www\./, ''),
-			expires: 5000
+			expires: 5000,
+			path: '/'
 		} );
 	}
 }

Tags: can3p, js, livejournal
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments