Session which store token has:
$session->setExpirationHops(1);
$session->setExpirationSeconds($this->getTimeout());
So, if you open another page (for example, perform ajax request for form
completing) before sending form you will get new session without hash
element data (and error "No token was provided to match against" validating
form). Try to check this...
--
View this message in context:
http://www.nabble.com/Zend_Form_Element_Hash-tp19288322p19290365.html
Sent from the Zend Framework mailing list archive at Nabble.com.