From dd8c0ed8d595425cd935c2f4638c398d2a2d23e2 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Sat, 14 Mar 2015 17:01:36 +0200 Subject: [ci skip] Add a note about sess_save_path in config.php --- application/config/config.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/config/config.php') 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. | -- cgit v1.2.3-24-g4f1b