From 1bd697cd7fcfd99ff292f26e697bb192901e1a41 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Mon, 2 Feb 2015 14:07:57 +0200 Subject: [ci skip] Improve note about sess_save_path in config.php --- application/config/config.php | 6 ++++-- 1 file 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. -- cgit v1.2.3-24-g4f1b