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 you explain the importance of finalize method in .net?

0 Answers  


In which event of page cycle is the viewstate available?

0 Answers  


Can you nest updatepanel within each other?

0 Answers  


How would you get ASP.NET running in Apache web servers - why would you even do this?

1 Answers   Siebel Systems,


What is difference between Fragment Caching and Page Caching in ASP.NET?

0 Answers   PUCIT,






Explain cashing in asp.net.

0 Answers  


What is a session in programming?

0 Answers  


How does session work in asp net?

0 Answers  


What are the authentication types in asp.net?

0 Answers  


Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?

0 Answers  


Is it possible for me to change my aspx file extension to some other name?

0 Answers  


What is boxing?

8 Answers   IBM, Misys, Siebel Systems,


Categories