diff options
Diffstat (limited to 'bootstrap.php')
| -rw-r--r-- | bootstrap.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap.php b/bootstrap.php index ed260d9..098288b 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -1,5 +1,5 @@ <?php -### loads the vfs environment +### loads the jg-environment require_once( dirname(__FILE__) . '/config.php'); @@ -28,6 +28,8 @@ if ( ! defined('DOMAIN') ) # define session name if ( ! defined('SESSION') ) define('SESSION', 'JGSID'); +if ( ! defined('SESSION_LIFETIME') ) + define('SESSION_LIFETIME', 1800); # define include path for class files if ( ! defined('INCLASS') ) |
