Form post command?

Help me…

error on form post:-

         ActionController::InvalidAuthenticityToken

this is the my code

RHTML file

CONTROLLER
class MsgController < ApplicationController
def confirm
@data = params[:text1]
end
end

what is the reason, Im stucked help me
mithila.

On Nov 12, 2008, at 6:43 PM, xxmithila wrote:

def confirm
@data = params[:text1]
end
end

what is the reason, Im stucked help me
mithila.

Read this (near the bottom):

http://ryandaigle.com/articles/2007/9/24/what-s-new-in-edge-rails-better-cross-site-request-forging-prevention

-philip

Thank you very much my friend…philip
I got your point…
thankx again.