5 Mar
2016
5 Mar
'16
2:43 p.m.
Hi, I'd like to server two separate domains from the same code-base and even the same process. Currently I set the cookie_domain in the configuration file, but that will not be good once there are two domains. Is it possible to set the cookie_domain on the fly in the code? This is what I have now: engines: session: YAML: cookie_domain: ".example.com" regards Gabor