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

php - http://pastebin.com/yl7qklf0

there seems wrong cake somewhere ... adding session_start(); first line on webroot/index.php solved issue me.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -