I am facing a strange issue. I have developed an application in CodeIgniter. It works fine on my local system and on demo server. But when I move the script to live server the issue arises.
The issue is : I can login to my application from firefox, internet explorer, safari browser. But when I try to login using chrome, session destroyed after login and redirected to login page.
I cleared browser catche, still issue exist.
URL : http://www.hcpdev.com/demo/user/login
User : [email protected]
Password : 12345
I also face the same issue . I just replace the
system/libraries/Session.php
file with this file and my problem is solved.libraries/Session.php
Just replace you session.php file with this file.
Honestly say i don't know what changes in this file to make is workable. But problem is solved