Part of the EllisLab Network
   
 
IE and Sessions not being stored
Posted: 26 August 2009 07:56 AM   [ Ignore ]  
Summer Student
Total Posts:  4
Joined  08-26-2009

Hi, I’m sure this has probably been asked a few times before, and although i’ve been through a few threads I can’t seem to get this working.

I’m using CI 1.7.1 and every time I try and set sessions in IE 6 and 7, as soon as I navigate to a new page, it’s lost them.

I’ve tried the Native Session Library, and OBSession and they all do exactly the same.

I can echo the session data immediately after it’s been set, so it is being stored, it just seems to get emptied.

Any Ideas?

Andy

Profile
 
 
Posted: 26 August 2009 08:57 AM   [ Ignore ]   [ # 1 ]  
Summer Student
Total Posts:  4
Joined  08-26-2009

Update to that!

Found it only seems to be doing it when i’m running this on localhost, once I uploaded to a proper domain it seems to work fine!

I guess it must be something to do with IEs security policy with sites running locally.

Either that or its XAMPP being weird.

Profile