[eluser]jaystang[/eluser]
Hi WanWizard,
Thanks for the response. I've tried your code and still nothing. Same result. I've also tried to hard-code all the paths and no luck there either.
Just to give you an idea of my environment the site's root is setup in the follow location "http://localhost/CUBEX/CMBProject/". My config is the following...
Code:
$config['base_url'] = "http://localhost/CUBEX/CMBProject/";
$config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 7200;
$config['sess_encrypt_cookie'] = FALSE;
$config['sess_use_database'] = TRUE;
$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'] = "localhost";
$config['cookie_path'] = "/CUBEX/CMBProject/";
//Note: I've also tried $config['cookie_path'] = "/";
Does this all look correct?