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
Using sessions with database has caused me issues at times. I recommend setting $config['sess_use_database'] = FALSE; in the config.php and see if the flashdata works fine.