Re: Odd Auth behaviour in IE7 (Internet Explorer)

2008-12-30 Thread Yves Latour
Great find!! Reducing the security level in app/core.php solved it for me, too. Odd enough, this issue happened on only ONE pc, on all other pc's with IE7, there was no problem. Browser security and other settings were all the same (as much as I can tell). I cannot tell you why. On 30 Dez., 12:

Re: Odd Auth behaviour in IE7 (Internet Explorer)

2008-12-30 Thread Snoopaki
I set the Security level in my app/core.php to medium and it works ok now. I also noticed a SIGNIFICANT speed boost when setting the security level to medium. Why is that ? On Dec 30, 1:25 pm, Snoopaki wrote: > I am having the exact same problem on IE. Any ideas on what is going > wrong ? Any so

Re: Odd Auth behaviour in IE7 (Internet Explorer)

2008-12-30 Thread Snoopaki
I am having the exact same problem on IE. Any ideas on what is going wrong ? Any solutions? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.c

Re: Odd Auth behaviour in IE7 (Internet Explorer)

2008-12-29 Thread Yves Latour
On Dec 29, 5:20 pm, Webweave wrote: > What are the errors you are seeing ? > I see the $this->Auth->authError error, with my customized message. It logs me in, as I can see this with the updated user profile db field "last_login", then it internally correctly redirects me to the protected user

Re: Odd Auth behaviour in IE7 (Internet Explorer)

2008-12-29 Thread Webweave
What are the errors you are seeing ? On Dec 28, 2:54 pm, Yves Latour wrote: > Hi > > I am using the Auth component and I did not notice this behaviour yet. > Maybe it came with an Microsoft Update (?). > The problem is in IE7 (and IE6, but there are other problems, there). > In Chrome and FireFo

Re: Odd Auth behaviour in IE7 (Internet Explorer)

2008-12-28 Thread Yves Latour
I have even noticed something odder: if I am logged in and start refreshing the same page over and over, after the second time I can be sure to be logged out, getting the "$this->Auth->authError" message shown. I also noticed, i am not able to navigate, one click is ok, the next one, I am logged

Odd Auth behaviour in IE7 (Internet Explorer)

2008-12-28 Thread Yves Latour
Hi I am using the Auth component and I did not notice this behaviour yet. Maybe it came with an Microsoft Update (?). The problem is in IE7 (and IE6, but there are other problems, there). In Chrome and FireFox everything works. Description of the problem: I am trying to login, sometimes it works