1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Update config.php

This commit is contained in:
ericgaspar 2021-12-21 16:18:01 +01:00
parent d022f5e182
commit e5785c3bb6
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -64,6 +64,6 @@
// *** Cookies and login sessions ***
// **********************************
define('TTRSS_SESSION_COOKIE_LIFETIME=86400');
putenv('TTRSS_SESSION_COOKIE_LIFETIME='.(86400*30));
// Default lifetime of a session (e.g. login) cookie. In seconds,
// 0 means cookie will be deleted when browser closes.