From a561fe730487c5c4fd4b7a7b236163cdd7022d8d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 Feb 2006 06:20:18 +0100 Subject: [PATCH] add DISABLE_SESSIONS to config.php-dist --- config.php-dist | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.php-dist b/config.php-dist index eb7e2baa..cb4d8acd 100644 --- a/config.php-dist +++ b/config.php-dist @@ -93,6 +93,9 @@ // This option suggests FEEDS_FRAME_REFRESH set to a small value // (like 10-15 seconds, depending on number of users and server/bandwidth load). - + + define('DISABLE_SESSIONS', false); + // Never enable this option (kludge for daemon using tt-rss code) + // vim:ft=php ?> -- 2.39.5