Hi there,
Rails 2.2.2 on Debian Server.
i''m setting a cookie like
cookies[:tg_usn] = {
  :value => @user.username,
  :expires => 5.day.from_now,
}
This work''s fine in development environment, but when i start mongrel
with production environment (same server, same network), no cookie is
set by the application.
Any ideas what''s happening here?
thanx a lot for any help,
regards
D.
-- 
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
-~----------~----~----~----~------~----~------~--~---