How to kill more than one session variables at a time
Answer Posted / dineswari
Session. Abandon() Kills only the current session. To kill
more than one session variable, use Session.RemoveAll();
| Is This Answer Correct ? | 39 Yes | 6 No |
Post New Answer View All Answers
Which asp.net objects encapsulate the state of the client and the browser?
What is the difference between “Web.config” and “Machine.Config”?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What is the maximum timeout we can set for Cookies?
Describe the differences between the lifecycles of Windows services and Standard EXE?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
Explain page output caching?
What is the life cycle of web page?
What are the page life cycle events?
What are the disadvantages of view state?
Which method do you use to kill explicitly a users session?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
How to manage different kinds of sessions in ASP.NET?
How tooltip is set through code-behind in ASP.NET?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc