Hi
When I login to my web project and made some transactions.
again when i run application without logout.At that time
loginpage is coming and that user not logout.how to solve this one pls gide me.
my logout code is
logout_click()
FormsAuthentication.SignOut();
FormsAuthentication.RedirectToLoginPage();
Session.Abandon();
Response.Redirect("loginpage");