A
Amir Tohidi
Hello
I am using the ASP.NET 2 Login control. When my LoggedIn event handler is
called, the Context.Response.Cookies[".ASPXAUTH"] Expires property is
correctly set.
On subsequent postback however, the value for the cookie is reset to
01/01/0001 00:00:00.
Somehow, the cookie's value is being lost, but the key for it is still
there. Anyone know why this is happening please?
I am using the ASP.NET 2 Login control. When my LoggedIn event handler is
called, the Context.Response.Cookies[".ASPXAUTH"] Expires property is
correctly set.
On subsequent postback however, the value for the cookie is reset to
01/01/0001 00:00:00.
Somehow, the cookie's value is being lost, but the key for it is still
there. Anyone know why this is happening please?