I have two sites in the same domain. This sites are sharing cookies across this domain. In web.config I have
<system.web>
 <authentication mode="none">
  <forms loginUrl="login.aspx" />
 </authentication>
I can't predict the domain name too.
How to stop this?