summaryrefslogtreecommitdiff
path: root/src/com/p4square/grow/frontend/session/Session.java
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-08-31 23:44:05 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-08-31 23:44:05 -0700
commitec17ac7fca60b87449355f8c240fc7e0512eba33 (patch)
tree86299b9ad492279a17d9c4022a250161f76b5068 /src/com/p4square/grow/frontend/session/Session.java
parentdced76f5f6f7efb4b4fd49e41a3fe73a9ab3bdc3 (diff)
Fixing logins and configuration
Diffstat (limited to 'src/com/p4square/grow/frontend/session/Session.java')
-rw-r--r--src/com/p4square/grow/frontend/session/Session.java2
1 files changed, 1 insertions, 1 deletions
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 <jesse@jesterpm.net>
*/
public class Session {
- private static final long LIFETIME = 86400;
+ private static final long LIFETIME = 86400000;
private final String mSessionId;
private final User mUser;