adspace
What method do you use to explicitly kill a users session? How?
Answer Posted / Sumit Shrivastav
To end a user's session in .NET, you can use the Session.Abandon() method or the Session.Clear() and Response.End() methods in ASP.NET. However, it is important to note that these methods do not immediately close the user's browser, they simply remove the server-side session data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers