]> git.wh0rd.org - tt-rss.git/commitdiff
change db backed sessions option description
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 23 Mar 2006 07:09:15 +0000 (08:09 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 23 Mar 2006 07:09:15 +0000 (08:09 +0100)
config.php-dist

index 3f2f8cb00e0b913fd56b8c14d32668ad80fe9474..94437041aa825f64fc48bcbae896eddc51865cd3 100644 (file)
        // Interval between update daemon update runs
 
        define('DATABASE_BACKED_SESSIONS', false);
-       // Store session information in a database
-       // Uses default PHP session storing mechanism if disabled
+       // Store session information in a database, recommended for multiuser 
+       // configurations. Uses default PHP session storing mechanism if disabled
 
        define('SESSION_CHECK_ADDRESS', true);
        // Bind session to client IP address (recommended)