vadvs wrote in changelog

[livejournal] r17590: LJSV-1249: OpenID users should have "rem...

Committer: vsukhanov
LJSV-1249: OpenID users should have "remember me" option enabled by default.
U   trunk/htdocs/identity/callback-openid.bml
Modified: trunk/htdocs/identity/callback-openid.bml
===================================================================
--- trunk/htdocs/identity/callback-openid.bml	2010-10-22 05:06:48 UTC (rev 17589)
+++ trunk/htdocs/identity/callback-openid.bml	2010-10-22 06:37:10 UTC (rev 17590)
@@ -52,7 +52,7 @@
     };
 
     my $sess_opts = {
-        'exptype' => 'short',
+        'exptype' => 'long',
         'ipfixed' => 0,
     };