I have been have bad behavior at different times using this:
FormsAuthentication.SetAuthCookie(user.UserName, true);
How does/will .Net set the cookie otherwise?
I have tried this: (System.Web.HttpContext.Current.User.Identity.IsAuthenticated fails sometimes)
But my User.Identity.IsAuthenticated is always false
What gives?