another try

parent 96d5d945
Showing with 1 additions and 1 deletions
......@@ -380,7 +380,7 @@ $config['encryption_key'] = 'GLn08ulSFJM3dTx4Q17o7hdFjlSEeX9I';
*/
$config['sess_driver'] = ENVIRONMENT == 'production' ? 'memcached' : 'files';
$config['sess_save_path'] = ENVIRONMENT == 'production' ? 'localhost:11211' : NULL;
$config['sess_save_path'] = ENVIRONMENT == 'production' ? 'memcached:11211' : NULL;
$config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 7200;
$config['sess_match_ip'] = FALSE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment