I have a problem with rails and cookies. I have created a loginController. In this i have inserted these lines: cookies[:uid] = { :value => @user.id,:expires => 30.days.from_now}; cookies[:uhp] = { :value => @user.hashed_password,:expires => 30.days.from_now }; puts cookies[:uid] This print nil. Why?? Thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---