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?
what is the app setting the cookies doing ? if it's setting them for
community.domain.com rather than .domain.com then you can't get them
because the browser won't be sending them