summaryrefslogtreecommitdiff
path: root/core/session.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-04-19 22:12:12 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-04-19 22:12:12 -0400
commita04ecbde778decfdea7200806a6b1144861ae05f (patch)
treee4670e3013734d9c7bd201f5d6ef1fbaae13d3b5 /core/session.php
parent5aacb6a76351889a6ec5ed01c8e80f139c2b2027 (diff)
Add RememberMe feature and authentications history
Diffstat (limited to 'core/session.php')
-rw-r--r--core/session.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/session.php b/core/session.php
index 7fe8e0c1..aa4b2516 100644
--- a/core/session.php
+++ b/core/session.php
@@ -4,7 +4,7 @@ namespace Core;
class Session
{
- const SESSION_LIFETIME = 2678400; // 31 days
+ const SESSION_LIFETIME = 86400; // 1 day
public function open($base_path = '/', $save_path = '')
{