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

Does the following statement executes successfully: Response.Write(?value of i = ? + i);

4 Answers   TCS,


Types of session management in ASP.NET ?

2 Answers   Microsoft,


Should validation (did the user enter a real date) occur server-side or client-side? Why?

4 Answers   Siebel Systems,


Is overloading possible in web services?

3 Answers   Microsoft,


In which form does the dataset store data in it?

3 Answers   Verinon Technology Solutions,






1. Briefly describe your ideal job?

1 Answers   Swatz Oils, Swetz Oil,


What are the disadvantages of viewstate/what are the benefits

3 Answers  


What is advantage of viewstate and what are benefits ?

1 Answers  


What does the "EnableViewState" property do? Why would I want it on or off?

3 Answers  


What is ViewState and How it is managed,Its Advantages/Benefits?

4 Answers   Google,


What is the difference between equals() and == in c#?

0 Answers  


I have prepared A Dynamic website in asp.net with c# and using Ms Sql server 2005 as backend database.i am facing problem while uploading this site on my FTP address it is not accessing the database.please could u tell me how cn i upload Sqlserver database on the web and what would be the connection string...???? I am using Server=".";initial catalog=databasename;persist security info=false;integrated security=SSPI;...pleas help me... Thanks in Advance..

1 Answers  


Categories