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

What are the session variables?

0 Answers  


How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?

0 Answers   HCL,


What are the various types of cookies in asp.net?

0 Answers  


Explain current thinking around IClonable.

1 Answers   Infosys, Wipro,


What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?

2 Answers  






What is data grid view in asp.net?

0 Answers  


Where is asp.net session stored?

0 Answers  


What is the difference between managed and unmanaged code? *******

2 Answers   Patni,


What are validator? Name the validation controls in asp.net?

0 Answers  


how to integrate Language conversion, without asking the enduser to download font, it should auto integrate

1 Answers  


What are the media types of http requests and response?

0 Answers  


what is loosely coupled solution? How it can be used?

0 Answers   Siebel,


Categories