summaryrefslogtreecommitdiffstats
path: root/application/config
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-02-02 13:07:57 +0100
committerAndrey Andreev <narf@devilix.net>2015-02-02 13:07:57 +0100
commit1bd697cd7fcfd99ff292f26e697bb192901e1a41 (patch)
treecbfb723c8a93f81836577459fa53ca3b99be1bd0 /application/config
parentcd3d9dbcbc99fa956b7400d328f202e1bcab4677 (diff)
[ci skip] Improve note about sess_save_path in config.php
Diffstat (limited to 'application/config')
-rw-r--r--application/config/config.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/application/config/config.php b/application/config/config.php
index 7640df479..1e399590b 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -328,12 +328,14 @@ $config['encryption_key'] = '';
|
| 'sess_save_path'
|
-| The location to save sessions to, driver dependant
+| The location to save sessions to, driver dependant.
|
-| For the 'files' driver, it's a path to a directory.
+| For the 'files' driver, it's a path to a writable directory.
| For the 'database' driver, it's a table name.
| Please read up the manual for the format with other session drivers.
|
+| IMPORTANT: You are REQUIRED to set a valid save path!
+|
| 'sess_match_ip'
|
| Whether to match the user's IP address when reading the session data.