I use CodeIgniter 2.1.0, i want after insert data in database get a message like \"Your information was successfully updated.\". For this work i have in CI_Controller follow
You can also use database for the sessions, but you have to set the config items:
$config['sess_match_ip'] = FALSE; $config['sess_match_useragent'] = FALSE;
In that way the session flashdata will work again