From ec17ac7fca60b87449355f8c240fc7e0512eba33 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 31 Aug 2013 23:44:05 -0700 Subject: Fixing logins and configuration --- src/com/p4square/grow/frontend/session/Session.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/p4square/grow/frontend/session/Session.java') diff --git a/src/com/p4square/grow/frontend/session/Session.java b/src/com/p4square/grow/frontend/session/Session.java index 3a241ef..3377962 100644 --- a/src/com/p4square/grow/frontend/session/Session.java +++ b/src/com/p4square/grow/frontend/session/Session.java @@ -15,7 +15,7 @@ import org.restlet.security.User; * @author Jesse Morgan */ public class Session { - private static final long LIFETIME = 86400; + private static final long LIFETIME = 86400000; private final String mSessionId; private final User mUser; -- cgit v1.2.3