can3p wrote in changelog

[livejournal] r19262: LJSUP-8676: Create cookie ljuniq if ther...

Committer: dpetrov
LJSUP-8676: Create cookie ljuniq if there is no one.
U   trunk/htdocs/js/livejournal.js
Modified: trunk/htdocs/js/livejournal.js
===================================================================
--- trunk/htdocs/js/livejournal.js	2011-06-08 10:45:54 UTC (rev 19261)
+++ trunk/htdocs/js/livejournal.js	2011-06-09 03:12:07 UTC (rev 19262)
@@ -248,7 +248,7 @@
 		Cookie( 'ljuniq', LiveJournal.generateLjUniq(),
 		{
 			domain: Site.siteroot.replace(/^https?:\/\/www\./, ''),
-			expires: 1
+			expires: 5000
 		} );
 	}
 }