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 changed the sess_match_useragent param to false in the config.php
$config['sess_match_useragent'] = FALSE;
And the problem with google chrome was resolved.