summaryrefslogtreecommitdiffstats
path: root/application/config/config.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-03-14 16:01:36 +0100
committerAndrey Andreev <narf@devilix.net>2015-03-14 16:01:36 +0100
commitdd8c0ed8d595425cd935c2f4638c398d2a2d23e2 (patch)
tree259c129040caf6ab0987990f73e0efabb7870e2d /application/config/config.php
parentac9e63a411e6c6f0d994cf8c6c64bce7155cb9b6 (diff)
[ci skip] Add a note about sess_save_path in config.php
Diffstat (limited to 'application/config/config.php')
-rw-r--r--application/config/config.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/config/config.php b/application/config/config.php
index cc1307ca9..f78371f13 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -330,6 +330,8 @@ $config['encryption_key'] = '';
| The location to save sessions to, driver dependant.
|
| For the 'files' driver, it's a path to a writable directory.
+| WARNING: Only absolute paths are supported!
+|
| For the 'database' driver, it's a table name.
| Please read up the manual for the format with other session drivers.
|