Hi,
In my app, in all form, there is a hidden input with a token. In my controller i have a check. In debug, it's work but in normal it's doesn't work and i don't know why.
Sorry for my bad english.
Code :
<input type='hidden' name='<?php echo $this->security->getTokenKey() ?>' value='<?php echo $this->security->getToken() ?>'/>
if ($this->request->isPost())
{
if ($this->security->checkToken())