标签: forms post symfony
我想禁止用户使用浏览器中的向后导航两次发送表单。
我该怎么做?
我用会话做了这个:
$this->get('session')->set('registered', true);
我确定这是否有效......