diff options
author | Andrey Andreev <narf@devilix.net> | 2015-09-01 11:46:06 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-09-01 11:46:06 +0200 |
commit | 20573bd472bdeaa831074e563f239585554ffaf5 (patch) | |
tree | fa34b110d26120d6275f9baeafd6b51dc94d28cb /application/config/config.php | |
parent | 61ac7bdd8291251f5709a3212b234ea5030340ef (diff) |
[ci skip] Correct session database setup docs
Diffstat (limited to 'application/config/config.php')
-rw-r--r-- | application/config/config.php | 3 |
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. |