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
Did you check that you are storing session for a longer time and it is not destroyed early.Or may be it has to do with chrome settings for accepting session and cookies data as there is no such code in codeigniter which will work on Firefox and it will not work on chrome.Also make sure you are auto loading your 'session' library.