sree

sree

  • NA
  • 29
  • 21.6k

how to signout from application in asp.net???

Feb 1 2013 10:00 AM
hai ,

   In my asp application when i click signout ,it redirects to the login page if click back button in the browser then it navigates to the main page.

here is my code:

 Session.Abandon();       
        Response.Redirect("LoginForm.aspx"); 


i need solution to this issue ,its very urgent..plz...


Answers (1)