Hi,

I am using symfony 1.1 and installed plugin for CSRF and enabled in the
filters.yml.

Now if I click any link in my website, I get the following error as below.

Please help.

Thanks

Deepak



 CSRF attack detected. stack trace

   - at **()
   in *SF_ROOT_DIR/lib/vendor/sfCSRFPlugin-1.0.0/lib/sfCSRFFilter.class.php*line
27
   ... <https://10.0.1.66/wbrt/web/tool_staging.php/login/home#>
    1.       // error if no token or if token is not valid
         2.       if (!$requestToken || md5($secret.session_id()) !=
         $requestToken)
         3.       {
         4.         throw new sfException('CSRF attack detected.');
         5.       }
         6.     }

--

You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.


Reply via email to