Rails cookie missing for IE

I have a rails 2.1 application have the following code:
class CookieController < ApplicationController
def index
extra = cookies[“extra”]
end
end

<%= “index” %>

The problem is that I can not see the cookie in controller when using
ie, I can not see the cookie when use firefox.
Any suggestion?
Thanks in advance