views:

152

answers:

1

Hello All,

I am facing ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken) error when I am using IE for form submit but it works fine wih FF and Chrome. Please help me .

Thanks MJ

A: 

Comment following line from the ApplicationController

protect_from_forgery # See ActionController::RequestForgeryProtection for details
Salil
thanks Salil but same things is working fine for FF and chrome . I am facing this issue only with IE . So is there any other way to sort off this issue instead of commenting "protect_from_forgery"If I comment protect_from_forgery it will be work for all
mayank
+1 I was having the same problem but once I commented it out worked great thanks
Anthony