Hi Chris. The only redirect action I have fires only when the form is valid and the user saved in the database. Here is some sample code (I stripped out some things not relevant):
https://gist.github.com/c66b22f11bbe138df6ad I use the actual trunk of Zend Framework and tried also the latest release 1.10.6 but the problems stays the same. - Marcus Am 07.07.2010 um 21:36 schrieb Chris Riesen: > It get's set and reset at every load. Are you by chance using any > forwarders or redirects? It gave me the error when I sent a form, > validated it and the went back with the browser button to the form > again and tried sending it again (of course). Maybe you have some > code? > > On Wed, Jul 7, 2010 at 8:22 PM, Marcus Stöhr <[email protected]> > wrote: >> Hello. >> >> I have a strange problem: I have a form where I add an CSFR-Protection using >> Zend_Form_Element_Hash. >> When I call the form, a new session is correctly created in the database. >> But when I submit the form, I get a validation error stating that the >> provided hash doesn't match the saved one. The funny part is that this >> exactly form already worked and I haven't changed anything that could cause >> this (well, I did not activly changed anything). >> >> Any suggestions how to track down this error? >> >> - Marcus > > > > -- > Greetings, > Christian Riesen > http://christianriesen.com/ - My personal page > http://toreas.com/ - Toreas a free fantasy novel > http://gamewiki.net/ - Open Videogames Wiki
