I want to set default cookie domain for my application to
".mydomain.com" to allow cookie session be preserved across
subdomains.
I use => config.action_dispatch.session = {:domain =>
".mydomain.com"} in application.rb, but thats not working. The cookie
is saved as 'mydomain.com'
I want to set default cookie domain for my application to
".mydomain.com" to allow cookie session be preserved across
subdomains.
I use => config.action_dispatch.session = {:domain =>
".mydomain.com"} in application.rb, but thats not working. The cookie
is saved as 'mydomain.com'