cakephp loses sessions when using safari and internet explorer -
i'm using ajax , sessions cakephp project looks session gets lost when use either safari or ie. i've followed solutions in sessions in ie , cakephp 1.3 not working when saving via ajax i've set core.php files settings below.
configure::write('session.checkagent', false); configure::write('security.level', 'low'); i've upgraded cake version 2.3.0 , i'm still having same issues. please help? thank you.
here pastebins
jscript http://pastebin.com/wdcatkeh
there seems wrong cake somewhere ... adding session_start(); first line on webroot/index.php solved issue me.
Comments
Post a Comment