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

we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using?

7 Answers   CEI, CSC, HCL, Tech Mahindra,


How can u handle Un Managed Code Exceptions in ASP.Net?

1 Answers   Lara Technology,


ASP.NET Web Service

1 Answers  


What is the difference between a thread and a process?

3 Answers  


What are sql notifications and sql invalidations?

0 Answers  






Why do we need Web Services?

1 Answers   Mind Tree,


What are the new login controls in asp.net 2.0?

0 Answers  


What is variable and constant in .net programming language?

0 Answers  


What is difference between session and cookies?

0 Answers  


Explain the working of passport authentication.

0 Answers  


What are server-side comments in ASP.NET?

0 Answers   Winsol Solutions,


What are the different methods that are used during the page load?

1 Answers   Siebel,


Categories