1
Reply

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

sree

sree

Feb 1 2013 10:00 AM
1.2k
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)