diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-03-23 08:09:15 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-03-23 08:09:15 +0100 |
| commit | 2ab29ac6015db16c82245091d5419ad2143742af (patch) | |
| tree | d5dfd92db4bd225eb6f494633eedf1e70346eb79 | |
| parent | 77fb6f28d2a068a0383a2436eb501e3463555be2 (diff) | |
change db backed sessions option description
| -rw-r--r-- | config.php-dist | 4 |
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) |