Hi I need to setup a super cookie for my site. the issue is that my site is on 2 domain, one domain for the intranet and one for the web. example: mySite.com mySite.IntraNetDMZ.com
So i can't simply set the domain on the web.config httpCookies node, I believe I need to set it in code. I taught of putting it on the master page for the site on load to set the domain name based on the caller's url. To do so i need to know how to override the value that i have in the web.config. I don't want to refactor the entire code and the login process to manually set the value, so i want to chagne my site global setting.
Anyone has an idea on how to do it.
Thanks