CSRF Enable is giving 400 error

Hi All,

I have enabled CSRF in main.php




'request'=>array(

    				'enableCsrfValidation' => true,

   

    		)

After enabling all the links in my app are showing 400 (Bad Request). I have tried searching for the fix and did not find any.

Let me know, if there is anything i am missing