$config['sess_use_database'] = TRUE Causing Errors
I am getting errors like the following when I set $config['sess_use_database'] = TRUE. I need to set the value to TRUE for adding a new module Flexicart.
A PHP Error was encountered
Severity: Notice
Message: Undefined index: ip_address
Filename: libraries/Session.php
Line Number: 272
Comments
// Kill session data
$this->userdata = array();
When I comment this line, it's working ok.