03-23-2010, 02:47 AM
[eluser]David BoreaNaz[/eluser]
still no go there...
i reset the values (from Session.php controller) to:
leaving sess_expiration to match and sess_time_to_update, so that they match what's on config.php configuration. still same result...
InsiteFX, were you using Oracle database in your application? I am just curious, because if I use MySQL database, I do not get this error...
still no go there...
i reset the values (from Session.php controller) to:
Code:
var $sess_encrypt_cookie = FALSE;
var $sess_use_database = FALSE;
var $sess_table_name = '';
var $sess_expiration = 3600;
var $sess_match_ip = FALSE;
var $sess_match_useragent = TRUE;
var $sess_cookie_name = 'ci_session';
var $cookie_prefix = '';
var $cookie_path = '';
var $cookie_domain = '';
var $sess_time_to_update = 600;
leaving sess_expiration to match and sess_time_to_update, so that they match what's on config.php configuration. still same result...
InsiteFX, were you using Oracle database in your application? I am just curious, because if I use MySQL database, I do not get this error...