When using cookie based authentication in CouchDB, the domain appears to be set to the domain of the host; foo.com for example. If we wish to access this session from a subdomain; bar.foo.com for example, this will fail.
From my limited experience with managing cookies, it appears that if you set the domain to .foo.com (notice the leading dot .), then you can access these cookies on subdomains.
Is it possible to change the domain that CouchDB uses when setting the cookie to include the leading dot?