Forum OpenACS Development: Re: making cookies on host node mappings work with ForceHostP and there's a CookieDomain setting

No, its not fixed. Should be fixed based on the host node mapping. I guess add a new setting in host node map for the canonical host name for that node, and the others would redirect to that one.

Dave, wouldn't it be reasonable to assume that the host-node mapped domain would be the default SystemURL for each node?

ie, if these are mapped:

maindomain/subsite1  -- > nodedomain1
maindomain/subsite2 -- > www.nodedomain2

then www.nodedomain1 would redirect to nodedomain1 and nodedomain2 would redirect to www.nodedomain2 as if the mapped domains had the significance of the kernel's parameter SystemURL in the context of host nodes. No need to modify mappings sql.

Deds, could you post your code changes somewhere or send to me?

I'd like to get this issue solved and am willing to work around any constraints that prevent it from being added.