On my cakephp based site, when i do multiple requests simultaneously, cakephp logs me out.
What happens exactly is,
I click on one of the link on my site, to open it in a new tab,
now, while the request is being processed, if i click another link on my site, cakephp takes me to the login page for this link…
What can be the solution for this?
Thanks…
I would bet this is your problem:
You’re running into problems with Cake regenerating the cookie for two requests simultaneously.