How to kill session?

Answers were Sorted based on User's Feedback



How to kill session?..

Answer / payal

using
session.abandon method

Is This Answer Correct ?    44 Yes 5 No

How to kill session?..

Answer / santhi

session.abandon();

Is This Answer Correct ?    37 Yes 4 No

How to kill session?..

Answer / divya

by using session.abandon()
this cancels the current session immediately and releases
all memory it occupied

Is This Answer Correct ?    32 Yes 4 No

How to kill session?..

Answer / kailash dhondiyal

There is nothing like Session.Kill in ASP.NET. So please
update this. Best answer is Session.Abandon

Is This Answer Correct ?    23 Yes 3 No

How to kill session?..

Answer / srikanth

session.abandont

Is This Answer Correct ?    34 Yes 15 No

How to kill session?..

Answer / mandira singh

session.abandon

Is This Answer Correct ?    14 Yes 1 No

How to kill session?..

Answer / prajeesh

You can use
Session.Abandon();
Or
Session.RemoveAll();
or
Session.Clear();

But it is better to use Session.Abandon()
because it will removes associated session is also

http://prajeeshkk.blogspot.com/
http://dotnetbird.wordpress.com/

Is This Answer Correct ?    18 Yes 6 No

How to kill session?..

Answer / shahid

Session.Abandon();

Is This Answer Correct ?    10 Yes 0 No

How to kill session?..

Answer / anil

there are two ways to kill the session
1:abandon method
2:don't write anything in session it will automatically
kill

Is This Answer Correct ?    13 Yes 7 No

How to kill session?..

Answer / siva vardhan

We can use these to clear session
Session.Abandon();
this.sessio.clear();

Is This Answer Correct ?    8 Yes 4 No

Post New Answer

More ASP.NET Interview Questions

Can two web application share a session and application variable ?

5 Answers   Satyam, V3 Engineers,


What does the "EnableViewState" property do?

2 Answers  


what is the trace in ASP.NET

4 Answers  


Is asp.net different from asp? If yes, explain how?

0 Answers  


What is server redirect?

0 Answers  






When using the Pager object, inorder to know which page to go, which property you have to set to grid?

0 Answers   Siebel,


Elaborate differentiation between ViewState and SessionState?

0 Answers   QuestPond,


What is an example of an application service provider?

0 Answers  


what is the difference between console.writeline &console.output.writeline?

2 Answers  


How dataadapter.fill works?

0 Answers  


Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?

0 Answers   InfoAxon Technologies,


Define session in asp.net.

0 Answers  


Categories