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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.