Module: appdb Branch: master Commit: df99d9a28d46d36510a2a21741324a055fc3fc8e URL: http://source.winehq.org/git/appdb.git/?a=commit;h=df99d9a28d46d36510a2a2174...
Author: Luke Bratch l_bratch@yahoo.co.uk Date: Sun Mar 18 22:10:35 2012 +0000
session: Set the session expiry time to 1 year
---
include/session.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/session.php b/include/session.php index 7e05eb5..9508bb1 100644 --- a/include/session.php +++ b/include/session.php @@ -16,7 +16,7 @@ class session var $msg;
// create session object - function session ($name, $server = "127.0.0.1", $expire = 2) + function session ($name, $server = "127.0.0.1", $expire = 365) { // set the connection server $this->_server = $server;