coding for logout
i need a C# codeing for logout when logout button is clicked
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Dec 7, 2013, 7:25 AM
Session.Abandon();// clear the session
Response.Redirect("~/Login.aspx");// pass your login page url here