On my webserver i am hosting 2 applications and both applications use the same .aspxauth cookie. which is causing a problem. I dont want them to use same.aspxauth cookie. How to fix it?
views:
36answers:
1
Q:
On my webserver i am hosting 2 applications and both ae applications use the same .aspxauth cookie.
+1
A:
Usually the name of the Authenticatioin cookie (.aspxauth is default) is defined in the web.config. Just change the value for the cookie name in one of the application's web.config.
TheGeekYouNeed
2010-03-29 11:16:44
@Cen thanks a lot. It works!!
isthatacode
2010-03-29 13:06:08