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

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -