well, yes. Cookies are domain-based. if you're using two different domains
you can't share cookies. you can set the .domain property to a master domain
if you're using two different subdomains such as
site1.domain.com
site2.domain.com
in this case, set the .domain to 'domain.com' and they can share cookies
--
Atrax, MVP, IIS
<a style='text-decoration: underline;' href="http://rtfm.atrax.co.uk/" target="_blank">http://rtfm.atrax.co.uk/</a>
"Steven" <anonymous.TakeThisOut@discussions.microsoft.com> wrote in message
news:A87C9BCF-6494-4C9F-822F-02FF5E3F0D18@microsoft.com...
> I recently setup multiple hosts on a IIS 5.0 server by having two
different DNS names pointing to the same server address. After doing so, my
ASP page that uses Cookies doesn't work, using either DNS name, but if I use
the WINS name it works fine, am I missing an important step?<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Cookie Problems on Multiple Host Setup