diff options
| author | André Noack <noack@data-quest.de> | 2024-12-12 14:52:00 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2024-12-12 14:52:00 +0000 |
| commit | 940d2aaa8638b4e0c764579cb3977e7be527c81f (patch) | |
| tree | 79bd2d7f02359e1bb24931b33513e082f8404a91 /config | |
| parent | 3a2a88172ccbe97aaecf4ea32b97cd07b92dcb11 (diff) | |
StEP 1552 closes #1552
Closes #1552
Merge request studip/studip!1137
Diffstat (limited to 'config')
| -rw-r--r-- | config/config_defaults.inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config_defaults.inc.php b/config/config_defaults.inc.php index 2f83fef..66b6900 100644 --- a/config/config_defaults.inc.php +++ b/config/config_defaults.inc.php @@ -70,6 +70,10 @@ $CACHING_ENABLE = $_ENV['STUDIP_CACHING_ENABLE'] ?? true; $CACHING_FILECACHE_PATH = $TMP_PATH . '/studip_cache'; $CACHE_IS_SESSION_STORAGE = $_ENV['STUDIP_CACHE_IS_SESSION_STORAGE'] ?? false; //store session data in cache +$SESSION_OPTIONS = []; +$SESSION_OPTIONS['lifetime'] = 7200; // session lifetime in seconds + + /*Stud.IP modules ---------------------------------------------------------------- enable or disable the Stud.IP internal modules, set and basic settings*/ |
