What method do you use to explicitly kill a users session?
Answer Posted / jeyaram thangaponnan
Session.Abandon()
| Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
Where is session cookies stored?
What is difference between view and partial view?
Which control has default post back is enabled(true)?
What is server side session?
What is a response cookie?
How can you use a custom controls in ASP.NET application?
What’s difference between “optimistic” and “pessimistic” locking?
How can we apply themes to an asp.net application?
What do you mean by role-based security?
What are session and cookies?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What is Web Server Control Templates.?
Define the term Web Garden?
Explain the different parts that constitute ASP.NET application?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?