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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---