summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-04 14:30:50 +0100
committerAndrew Dolgov <[email protected]>2006-03-04 14:30:50 +0100
commit916f788a94f19fde62a5f2bf481d9b6f6b91198c (patch)
tree4fab1d9c6501e9d4b6f67ee7d3d8e1d9efd1f501 /config.php-dist
parentff6519f8545d919189fed83bcc4faa4c55e48082 (diff)
make SESSION_CHECK_ADDRESS work on generic sessions
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 9b05db94c..c8d33b4c1 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -105,7 +105,7 @@
// Uses default PHP session storing mechanism if disabled
define('SESSION_CHECK_ADDRESS', true);
- // Bind sessions to specific IP address (requires DATABASE_BACKED_SESSIONS)
+ // Bind session to client IP address (recommended)
define('SESSION_COOKIE_LIFETIME', 0);
// Default lifetime of a session cookie. In seconds,