Hello bakers. This is my problem, I have variuos $ajax->link that updates many $ajax- >div, and everything works nice, but when I clicked on everyone without waiting to complete the previous requests, cake throws me a warning that tells me that the index [Auth] does not exist in the Session array. I'm using the Auth component for the login, so I check in every call if the Auth.User key is present in the Session array. I understand that the security level is set to high and cake log me off, cause it receives several ajax request without finish the first one, and it interprets that as an attack. So, what I want to do if to redirect to a login page, but I don't want that it renders into the update div instead do it like when you click in a normal $html->link.
I hope to be clear, and you can assist me on this. Thank you in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
