summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-02 09:32:44 +0100
committerAndrew Dolgov <[email protected]>2006-03-02 09:32:44 +0100
commit09018e9526843334144d90c1891de2489148f85f (patch)
treef8cb246596ec592cb10cdc0ddd92ed44e792f8e7 /config.php-dist
parent8fd92701e9074b79a72982809a6a87f8e943399a (diff)
new option: SESSION_CHECK_ADDRESS
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index a17c352e0..17b2ed53f 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -104,5 +104,8 @@
// Store session information in a database (recommended)
// Uses default PHP session storing mechanism if disabled
+ define('SESSION_CHECK_ADDRESS', true);
+ // Bind sessions to specific IP address (requires DATABASE_BACKED_SESSIONS)
+
// vim:ft=php
?>