Tag Archives: subdomain

Share Cookies Between Subdomains on .NET

Hello, Here is quick tip: If you use the simplest way to write a cookie on ASP.NET: Response.Cookies.Set(New HttpCookie(“TestCookie”, “TestData”)) It will be only readable by the subdomain that you used to write the cookie… If you want the cookie … Continue reading

Posted in .Net Coding, Basic Technical | Tagged , , , , , | Comments Off on Share Cookies Between Subdomains on .NET