CodeIgniter Forums
Session Wont Set on IE7 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Session Wont Set on IE7 (/showthread.php?tid=8276)

Pages: 1 2 3


Session Wont Set on IE7 - El Forum - 10-27-2010

[eluser]InsiteFX[/eluser]
See if this solves your problems!

There's a setting in Internet Explorer 7.

Goto
Internet Options >> Privacy >> Advanced
Click --> Override Automatic Cookie Handling ( Make Sure it is Checked )

For First Party & Third Party Cookies Select Accept as an option.

Click --> Always Allow Session Cookies. ( Make Sure it is Checked )

Click on OK.
Now your Session Cookies won't get Automatically Deleted.

InsiteFX