diff options
author | Andrey Andreev <narf@devilix.net> | 2013-09-14 19:54:16 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2013-09-14 19:54:16 +0200 |
commit | eaa72a35c6ddabac72ee0fc4e159fa646514d4d6 (patch) | |
tree | cf365d3996766a1e13b2219dbee3e42a327a022c /application | |
parent | d3b7e24b708623be425dc03c3bb429bf0e4741c8 (diff) | |
parent | 1e6879f2907aab8c5dea74b19243209f2f9c88a6 (diff) |
Merge pull request #2643 from brenjt/patch-1
Updated config to include list of valid characters to `sess_cookie_name`
Diffstat (limited to 'application')
-rw-r--r-- | application/config/config.php | 4 |
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 */ |