summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist10
1 files changed, 4 insertions, 6 deletions
diff --git a/config.php-dist b/config.php-dist
index 192cb15f9..6561ecbd4 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -129,11 +129,9 @@
// Default lifetime of a session (e.g. login) cookie. In seconds,
// 0 means cookie will be deleted when browser closes.
// Setting this to zero will affect several user preferences
- // like widescreen mode not saving.
-
- define('SESSION_EXPIRE_TIME', 86400*30);
- // Hard expiration limit for sessions. Should be
- // greater or equal to SESSION_COOKIE_LIFETIME
+ // like widescreen mode not saving and disable "remember me".
+ // Note that if remember me is not checked, session cookie
+ // will always expire with browser session.
define('SESSION_CHECK_ADDRESS', 1);
// Check client IP address when validating session:
@@ -179,7 +177,7 @@
// if you experience weird errors and tt-rss failing to start, blank pages
// after login, or content encoding errors, disable it.
- define('PLUGINS', 'auth_remote, auth_internal, note');
+ define('PLUGINS', 'auth_remote, auth_internal, note, updater');
// Comma-separated list of plugins to load automatically for all users.
// System plugins have to be specified here. Please enable at least one
// authentication plugin here (auth_*).