summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-23 08:09:15 +0100
committerAndrew Dolgov <[email protected]>2006-03-23 08:09:15 +0100
commit2ab29ac6015db16c82245091d5419ad2143742af (patch)
treed5dfd92db4bd225eb6f494633eedf1e70346eb79 /config.php-dist
parent77fb6f28d2a068a0383a2436eb501e3463555be2 (diff)
change db backed sessions option description
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.php-dist b/config.php-dist
index 3f2f8cb00..94437041a 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)