I have this in HTML
<input type="hidden" name="<?php echo $this->security->getTokenKey(); ?>" value="<?php echo $this->security->getToken(); ?>"/>
and this in PHP
if ($this->security->checkToken()):
then when I click again to see if it works the token it says the token does not work
why? help me