From: Andrew Dolgov Date: Thu, 23 Mar 2006 07:09:15 +0000 (+0100) Subject: change db backed sessions option description X-Git-Tag: 1.1.5~47 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2ab29ac6015db16c82245091d5419ad2143742af;p=tt-rss.git change db backed sessions option description --- diff --git a/config.php-dist b/config.php-dist index 3f2f8cb0..94437041 100644 --- a/config.php-dist +++ b/config.php-dist @@ -102,8 +102,8 @@ // 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)