I have
$config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 7200;
$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;
Like it is at the start of a fresh install, also i have
DEBUG - 2007-11-09 10:23:31 --> Config Class Initialized
DEBUG - 2007-11-09 10:23:31 --> Hooks Class Initialized
DEBUG - 2007-11-09 10:23:31 --> Router Class Initialized
DEBUG - 2007-11-09 10:23:31 --> Output Class Initialized
DEBUG - 2007-11-09 10:23:31 --> Input Class Initialized
DEBUG - 2007-11-09 10:23:31 --> Global POST and COOKIE data sanitized
DEBUG - 2007-11-09 10:23:31 --> URI Class Initialized
DEBUG - 2007-11-09 10:23:31 --> Language Class Initialized
DEBUG - 2007-11-09 10:23:31 --> Loader Class Initialized
DEBUG - 2007-11-09 10:23:32 --> Database Driver Class Initialized
DEBUG - 2007-11-09 10:23:32 --> Controller Class Initialized
DEBUG - 2007-11-09 10:23:32 --> Session Class Initialized
DEBUG - 2007-11-09 10:23:32 --> A session cookie was not found.
ERROR - 2007-11-09 10:23:32 --> Severity: Warning --> Cannot modify header information - headers already sent by (output started at D:\webserver\www\joshbenham.net\system\application\libraries\MY_Log.php:61) D:\webserver\www\joshbenham.net\system\libraries\Session.php 282
ERROR - 2007-11-09 10:23:32 --> Severity: Warning --> Cannot modify header information - headers already sent by (output started at D:\webserver\www\joshbenham.net\system\application\libraries\MY_Log.php:61) D:\webserver\www\joshbenham.net\system\libraries\Session.php 282
DEBUG - 2007-11-09 10:23:32 --> Final output sent to browser
DEBUG - 2007-11-09 10:23:32 --> Total execution time: 1.2929
in the logs.
Dont worry about the warnings, they are from the var_dump’s