ruby on rails - Access to top domain cookies from subdomain application -


my vbulletin forum sets cookies on domain-name.com, , i'd read these cookies within rails app on beta.domain-name.com. how can this?

if set cookie's domain to: .domain-name.com (dot @ beginning), can access it's cookies subdomains, if domain domain-name.com (withouth dot @ beginning) can access it's cookies domain.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -