Welcome Guest, Not a member yet? Register   Sign In
different cookie handling IE vs. firefox/chrome/safari
#6

[eluser]Aken[/eluser]
First, try not to intermingle raw PHP w/ CodeIgniter functions, as CI will often add its own proprietary code on top of PHP. Just look at the set_cookie() method in the Input class.

Second, after you switch to using all CI code (what I would recommend), verify your cookie settings in your config file. Make them as basic as you can - use just lowercase letters, make sure the cookie domain and such is accurate.

I don't have IE so I can't completely test anything, but I would start there. I'm guessing there is a setting somewhere that IE treats somewhat differently that is being confused due to the inconsistent use of CI vs. PHP. Give it a shot, see if anything changes.


Messages In This Thread
different cookie handling IE vs. firefox/chrome/safari - by El Forum - 07-02-2012, 03:33 PM
different cookie handling IE vs. firefox/chrome/safari - by El Forum - 07-02-2012, 10:29 PM
different cookie handling IE vs. firefox/chrome/safari - by El Forum - 07-03-2012, 01:06 AM
different cookie handling IE vs. firefox/chrome/safari - by El Forum - 07-03-2012, 02:58 AM
different cookie handling IE vs. firefox/chrome/safari - by El Forum - 07-03-2012, 01:46 PM
different cookie handling IE vs. firefox/chrome/safari - by El Forum - 07-04-2012, 11:18 PM
different cookie handling IE vs. firefox/chrome/safari - by El Forum - 07-05-2012, 09:39 AM
different cookie handling IE vs. firefox/chrome/safari - by El Forum - 07-05-2012, 11:59 AM
different cookie handling IE vs. firefox/chrome/safari - by El Forum - 07-05-2012, 12:40 PM
different cookie handling IE vs. firefox/chrome/safari - by El Forum - 07-05-2012, 04:03 PM
different cookie handling IE vs. firefox/chrome/safari - by El Forum - 07-05-2012, 04:55 PM
different cookie handling IE vs. firefox/chrome/safari - by El Forum - 07-05-2012, 05:19 PM
different cookie handling IE vs. firefox/chrome/safari - by El Forum - 07-05-2012, 07:19 PM
different cookie handling IE vs. firefox/chrome/safari - by El Forum - 07-05-2012, 10:22 PM
different cookie handling IE vs. firefox/chrome/safari - by El Forum - 07-06-2012, 03:37 AM
different cookie handling IE vs. firefox/chrome/safari - by El Forum - 07-06-2012, 07:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB