$this->security->checkToken()
works strange. In Firefox, I need to re-send the login credentials, 'cause the first time the code before fails. In Chrome, it just fails everytime. I started having this issue a week ago more or less (two as maximum), and the code has been the same for weeks (if ($this->request->isPost() && $this->security->checkToken())
).
Can anyone illuminate me?