I think the Formauthentication cookie value is causing the issue. Set the Cookie value and have a try
Add this code after the
Login1_OnAuthenticate Method
FormsAuthentication.SetAuthCookie(userName, createPersistentCookie);
FormsAuthentication.RedirectFromLoginPage(userName, createPersistentCookie);