How to kill more than one session variables at a time
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / shiva
Session.Abandon() not only kills the current session, it
also removes all the session variables
Is This Answer Correct ? | 15 Yes | 6 No |
Answer / dsrs
to kill More than one session at a time, we can use
session.removeall() other wise session.Abandon().
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / umamahesh
session. Abandon() will kill not only current session and
also all seesions variables
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / chaithu
session.Abandon() will kill the current and also previous sessions. you can check
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / loka
By using Session.clear() or Sesision.RemoveAll() methods
Is This Answer Correct ? | 1 Yes | 0 No |
Explain about the Class view window?
What's the difference between viewstate and sessionstate?
Explain a program using razor view engine to create a simple application? : asp.net mvc
When during the page processing cycle is ViewState available?
What is boxing?
8 Answers IBM, Misys, Siebel Systems,
.net allows which inheritence
6 Answers AG Technologies, Samcomm,
What is asp.net used for?
What is the method used to load generated dataset with data on the DataAdapter control ?
What is marshalling ? Is it a part of asp.net ?
“~” means in asp.net application?
What are validators and list some validators of asp.net?
Which two properties are there on every validation control?