My project has problem renewing Forms Authentication Session due to conflicting Forms Auth Cookies.
Detailed Description:
After a user logged in, one forms auth cookie (FACookieA) is created, and s/he is authenticated. When it comes to renew the cookie, however, a second forms auth cookie (FACookieB) is created, and FACookieA is not renewed. The User is redirected to login page
on page request after the expiration time in FACookieA, even it is before expiration time in FACookieB.
Generated cookies:
Please note that both cookies have the same name.
FACookieA:
name: FormsAuth
domain: .formsauth.com
please note the "." pre-appended by .NET, the "formsauth.com" is from Forms Authentication Ticket section
FACookieB:
name: FormsAuth
host: a.formsauth.co ...
Go to the complete details ...