By default, ASP.NET will set its cookies to use \"mydomain.com\" as their base. I\'d prefer to have them use \"www.mydomain.com\" instead, so that I can have other \"sub.my
Session uses only one cookie, so why don't you set domain only for ASP.NET_SessionId cookie ?