summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorbrenjt <brenjt@gmail.com>2013-09-14 19:10:25 +0200
committerbrenjt <brenjt@gmail.com>2013-09-14 19:10:25 +0200
commit02a16129a23409af956392a5a36755489290a2e8 (patch)
treecf365d3996766a1e13b2219dbee3e42a327a022c /application
parentd3b7e24b708623be425dc03c3bb429bf0e4741c8 (diff)
Updated config to include list of valid characters to `sess_cookie_name`
Added list of valid characters to sess_cookie_name
Diffstat (limited to 'application')
-rw-r--r--application/config/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/config/config.php b/application/config/config.php
index 0608348c6..3114f417b 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -282,7 +282,7 @@ $config['encryption_key'] = '';
| 'sess_driver' = the driver to load: cookie (Classic), native (PHP sessions),
| or your custom driver name
| 'sess_valid_drivers' = additional valid drivers which may be loaded
-| 'sess_cookie_name' = the name you want for the cookie
+| 'sess_cookie_name' = the name you want for the cookie, must contain only [0-9a-z_-] characters
| 'sess_expiration' = the number of SECONDS you want the session to last.
| by default sessions last 7200 seconds (two hours). Set to zero for no expiration.
| 'sess_expire_on_close' = Whether to cause the session to expire automatically
@@ -435,4 +435,4 @@ $config['proxy_ips'] = '';
/* End of file config.php */
-/* Location: ./application/config/config.php */ \ No newline at end of file
+/* Location: ./application/config/config.php */