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