Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
202 Points
37 Posts
Feb 21, 2012 04:43 AM|LINK
you can code your web application to allow cookies across multiple subdomains. You will need to set the domain equal to:
Response.Cookies("CookieName").Domain = ".mydomain.com" Hope it helps.
Ebad86
Member
202 Points
37 Posts
Re: How to decrypt forms authentication cookie across the domain in asp.net 3.5
Feb 21, 2012 04:43 AM|LINK
you can code your web application to allow cookies across multiple subdomains. You will need to set the domain equal to:
Response.Cookies("CookieName").Domain = ".mydomain.com" Hope it helps.