What method do you use to explicitly kill a users session? How?
Answer / 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 |
Which method do you use to redirect the user to another page without performing a round trip to the client?
what is managed data and managed code?
Where does the dispose method lie and how can it be used to clean up resources?
Please explain what is the difference between encrypting a password and applying a hashing?
Is .net a language?
Which ports are used by viruses? UDP/TCP?
Explain what is heap and what is stack?
What is the difference between imperative and interrogative code?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
Explain is the jit an interpreter?
What is file extension of Webservices in .Net?
what is dotnet architecture? can anyone explain that.