Dear good afternoon, I would like to comment on a problem I have based on a system developed in cakephp version 2.4:
It turns out that for some reason or reason CakePHP deletes the sessions without any reason, check the driver, js, html and everything is correct.
It is not the first time that I develop systems in cake, they are already several, I have been in the field for years but this is the first time that happens to me and I already exhaust all the instances, at the time of the login it is ok, authenticates and generates the login correctly with the Session Aauth component, but, every time I browse the system, I log out and it takes me out of the system.
The problem is that the log shows nothing, no error and not only destroys the login session, but destroys all sessions (car or others).
Make changes in the core, php, change the Security level to "low", change the session timeout, enable the checkAgent and autoRegenerate and even then I still have problems, the truth is that I do not know what else to do.
I would greatly appreciate a comment or someone who can help me a little with this.