summaryrefslogtreecommitdiffstats
path: root/application/config/config.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-09-01 11:46:06 +0200
committerAndrey Andreev <narf@devilix.net>2015-09-01 11:46:06 +0200
commit20573bd472bdeaa831074e563f239585554ffaf5 (patch)
treefa34b110d26120d6275f9baeafd6b51dc94d28cb /application/config/config.php
parent61ac7bdd8291251f5709a3212b234ea5030340ef (diff)
[ci skip] Correct session database setup docs
Diffstat (limited to 'application/config/config.php')
-rw-r--r--application/config/config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/application/config/config.php b/application/config/config.php
index a4d883fab..479d591a4 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -344,6 +344,9 @@ $config['encryption_key'] = '';
|
| Whether to match the user's IP address when reading the session data.
|
+| WARNING: If you're using the database driver, don't forget to update
+| your session table's PRIMARY KEY when changing this setting.
+|
| 'sess_time_to_update'
|
| How many seconds between CI regenerating the session ID.