On my cakephp based site, when I execute multiple requests at the same time, cakephp logs me out of the system.
What happens exactly
I click one of the links on my site to open it in a new tab, now that the request is being processed, if I click another link on my site, cakephp will lead me to the login page for this link ... What could be this solution?
Thank...
source
share