Wednesday, February 5, 2014

Re: Strange IE11 Login Problem

Solved My Problem.

Configure::write('Session', array(
            'defaults' => 'php',
            'cookieTimeout' => 0,
            'cookie' => 'newNameSESSION',
));

Is the Solution.

http://stackoverflow.com/questions/10256523/cakephp-auth-session-variable-completely-missing-in-chrome-on-some-machines?answertab=active#tab-top

Regards,




On Wednesday, 5 February 2014 21:02:17 UTC+8, Sanjeev Divekar wrote:
Hi,

My CakePHP App developed in 2.3.6 is working fine in Chrome, Firefox but IE11.

I can not login from IE11 from my Desktop. No Auth Message Display. but I can login from my Laptop using IE11. any Idea? Anybody know Security Settings for IE11

Thanks

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
 
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: