I have a problem..in $config[\'sess_expire_on_close\'] = TRUE; when i close the browser..the session still save in the database. and i can still see the data
$config[\'sess_expire_on_close\'] = TRUE;
TRY to configure application/config/config.php
$config['sess_expiration'] = 0; $config['sess_expire_on_close'] = TRUE;
THIS should be OK