I had something very similar on one of my applications with 2.3.2 the
action_controller.session has changed and its now just :domain
and :key :

config.action_controller.session = {
  :domain => '.me.com',
  :key => '_my_session',
  :secret      => 'long string'
}

This shares the me.com cookie with *.me.com so www.me.com or
secure.me.com or me.com...

This goes in your environments/product.rb or development.rb files...
--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to