Yes Felix, You are really good cake-prophet. Links to favicon (<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />) was the one to blame. If your probhet skills are so high, maybe You can tell when 2.0 is going to be stable release? Just kidding ;) Thanks a lot.
Christian: I don't really like using requestAction, so I dont do it. And it wasn't the source of problem, but thanks anyway :) On Jul 15, 10:59 pm, Felix Geisendörfer <[EMAIL PROTECTED]> wrote: > > Does anybody know an issue with ff that could explain that? > > Yes. I'm making a predication: > > * You have linked elements (images, js, css, ...) in your page that > do not exist in /app/webroot/ > * Your additional beforeFilter executions come from CakePHP handling > those missing files as requests > * Opera behaves differently since it caches the shit out of any web page > > Take a look at your app for this and then let me know if my prophet > skills are a little rusty or still in good shape ; ). > > -- Felix > -------------------------- > My Blog:http://www.thinkingphp.org > My Business:http://www.fg-webdesign.de > > Grzegorz Pawlik wrote: > > Hi, i found this strange behaviour. When accesing page via firefox 1.5 > > it acts like it has been reloaded few times (3 exactly). > > Prove: > > I've put this code in beforeFilter in /app/app_controller.php : > > > $count = $this->Session->read('count'); > > $count[] = time(); > > $this->Session->write('count', $count); > > $count = $this->Session->read('count'); > > debug($count); > > > Its quite simple- it adds actual time in $count array and stores it in > > a session, and dumps it. > > > When reloading page in ff 1.5 $count array grows by 3 elements more, > > and sometimes they can have exact timestamp (two reloads within 1 > > second). > > > When reloading the same page on Opera or IE6 $count grows inly by one > > element each time. > > > You can ask: where's magic? This is goog one: when i have few tabs > > opened (one with my page, and some other stuff) and switch betwen page > > i work on, and other, and back (lets say: n times). Then i reload > > again and see that $count array grew by 3+n elements (!!!). > > > Does anybody know an issue with ff that could explain that? > > Can anybody refact this issue? > > > This bug stops my brute-force and captcha from working (i have junk in > > session instead of correct data). > > > Thanks for Your attention > > Grzegorz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
