I have created a login system in codeigniter project, which is working fine in Firefox but doesn\'t work in Chrome, data fetch and set for session but when this code redirec
I had the same problem and I could solve the problem by changing value of $config['sess_time_to_update'] = 3; in /application/config/config.php of CodeIgniter framework.