Welcome Guest, Not a member yet? Register   Sign In
IE session problem
#1

[eluser]tomodian[/eluser]
First of all, this post is not CodeIgniter problem, but I had problem with IE session in local XAMPP + CI 1.5.4 environment, and some people seems to be in same occasion, so I decided to post how I solved my problem.

My problem was, when using header('Location:') or redirect(), IE looses session variables, but Firefox and Opera works fine.

It was IE specification that if you include underscore '_' in your domain, IE cookie goes bad, and session also goes bad.

I was using 'localhost_whatever' domain, and when I change this into 'localhost-whatever', everything has gone well.

whatever.local_host.com or what_ever.localhost.com
is also bad.
you shouldn't use underscore in your domain.


Messages In This Thread
IE session problem - by El Forum - 03-17-2008, 06:53 AM
IE session problem - by El Forum - 06-29-2008, 11:27 PM
IE session problem - by El Forum - 05-10-2010, 09:59 AM
IE session problem - by El Forum - 05-11-2010, 08:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB