Welcome Guest, Not a member yet? Register   Sign In
Problems with IE9
#1

[eluser]Unknown[/eluser]
Hello

I'm having some problems with IE9 and sessions. I've already configured 'allow cookies' on tools->privacy->advanced, and set $config['sess_match_useragent'] = FALSE on config.php.

I'm rendering page content according to session data. All is OK until I make an AJAX call to some controller. After this AJAX call, when the user clicks on an anchor/link that uses this rendering, the value from sessions is resetted, as if it goes to index() again.

Any help would be greatly appreciated.
Thank you
#2

[eluser]deqer[/eluser]
I never needed to fiddle with that.

Make sure your cookie path is / and the domain does not include www, ".mysite.com" I think.

Make sure you PHP "exit;" at the end of your code.




Theme © iAndrew 2016 - Forum software by © MyBB