I'm trying to build some single sign on functionality into our web application.
There's community site on a subdomain: i.e. community.domain.com The Rails app is on: www.domain.com When I inspect the cookies, I don't see any of the "community.domain.com" cookies. In "production.rb", I have this: ActionController::CgiRequest::DEFAULT_SESSION_OPTIONS.update (:session_domain => '.domain.com') That doesn't seem to help. How can I get my "www" app to read from the "community" subdomain? Thanks, Andy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

