In my application, I need to use ajax to GET a page generated by cakephp, but when use ajax and firefox get the same url twice, I found the 2nd sometimes need more than 10s waiting,so I debug the cakephp and locate 'CakeSession::construct()' in /cake/libs/session.php ,it called session_start and consumed the time. This happens when a second GET request to a url in the same session with ajax and firefox. Can some one explain this?
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
