cakephp loses sessions when using safari and internet explorer
I'm using ajax and sessions for a cakephp project but it looks like the session gets lost when I use either safari or IE. I've followed the solutions in Sessions in IE and cakephp 1.3 not working properly when saving via AJAX I've set my core.php files to the settings below. Configure::write('Session.checkAgent', false); Configure::write('Security.level', 'low'); I've already upgraded my cake version to 2.3.0 and I'm still having the same issues. Please help? Thank you. Here are my pastebins jscript http://pastebin.com/WDCaTkEH php - http://pastebin.com/YL7qkLf0 there seems to be something