How to kill more than one session variables at a time

Answers were Sorted based on User's Feedback



How to kill more than one session variables at a time..

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

How to kill more than one session variables at a time..

Answer / ravikumar

Session.Abandon();

Is This Answer Correct ?    23 Yes 10 No

How to kill more than one session variables at a time..

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

How to kill more than one session variables at a time..

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

How to kill more than one session variables at a time..

Answer / sunjay

c> IISRESET will kill all session variables

Is This Answer Correct ?    5 Yes 3 No

How to kill more than one session variables at a time..

Answer / umamahesh

session. Abandon() will kill not only current session and
also all seesions variables

Is This Answer Correct ?    4 Yes 2 No

How to kill more than one session variables at a time..

Answer / chaithu

session.Abandon() will kill the current and also previous sessions. you can check

Is This Answer Correct ?    2 Yes 1 No

How to kill more than one session variables at a time..

Answer / dghj

rtyryer

Is This Answer Correct ?    1 Yes 0 No

How to kill more than one session variables at a time..

Answer / loka

By using Session.clear() or Sesision.RemoveAll() methods

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Explain about the Class view window?

0 Answers  


What's the difference between viewstate and sessionstate?

0 Answers  


Explain a program using razor view engine to create a simple application? : asp.net mvc

0 Answers  


When during the page processing cycle is ViewState available?

1 Answers   Siebel Systems,


What is boxing?

8 Answers   IBM, Misys, Siebel Systems,






.net allows which inheritence

6 Answers   AG Technologies, Samcomm,


What is asp.net used for?

0 Answers  


What is the method used to load generated dataset with data on the DataAdapter control ?

3 Answers   Siebel,


What is marshalling ? Is it a part of asp.net ?

0 Answers   MCN Solutions,


“~” means in asp.net application?

4 Answers   IBS,


What are validators and list some validators of asp.net?

0 Answers  


Which two properties are there on every validation control?

2 Answers  


Categories