summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 7326586b2..7a92c7423 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -82,6 +82,10 @@
// If this option is enabled (non-zero) feeds are updated in random order.
// It is also recommended to set FEEDS_FRAME_REFRESH to a lower value if using
// this option.
-
+
+ define('DISABLE_SESSIONS', false);
+ // Disables sessions (this is ONLY useful for commandline daemons using
+ // tt-rss code, DON'T enable this option EVER)
+
// vim:ft=php
?>