change db backed sessions option description

This commit is contained in:
Andrew Dolgov 2006-03-23 08:09:15 +01:00
parent 77fb6f28d2
commit 2ab29ac601
1 changed files with 2 additions and 2 deletions

View File

@ -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)