Skip to content

Instantly share code, notes, and snippets.

@nehalist
Created July 19, 2015 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nehalist/5df5f01e4a009fcebaf1 to your computer and use it in GitHub Desktop.
Save nehalist/5df5f01e4a009fcebaf1 to your computer and use it in GitHub Desktop.
$config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 7200;
$config['sess_expire_on_close'] = FALSE;
$config['sess_encrypt_cookie'] = FALSE;
$config['sess_use_database'] = FALSE;
$config['sess_table_name'] = 'ci_sessions';
$config['sess_match_ip'] = FALSE;
$config['sess_match_useragent'] = TRUE;
$config['sess_time_to_update'] = 300;
$config['cookie_prefix'] = "";
$config['cookie_domain'] = "";
$config['cookie_path'] = "/";
$config['cookie_secure'] = FALSE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment