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

how many session modes are available?some brief explnation

1 Answers  


What is use of Master Page in ASP.NET web pages?

0 Answers   Sans Pareil IT Services,


What is difference between cache and session?

0 Answers  


What are the intrinsic objects present in ASP.NET

1 Answers   IBM,


what is use of web.config?

3 Answers  






Why is it important to maintain session state?

1 Answers  


Is it possible to write code in many languages in one asp.net project?

0 Answers  


witch is the best insistute in sharpoint course.what abt future of share point course.

2 Answers  


what is the differance between .DLL & .EXE

10 Answers   Infinite Computer Solutions,


Why do I get error message "could not load type" whenever I browse to my asp.net web site?

0 Answers  


To add a hyperlink column to the DataGrid which tag is used ?

0 Answers   Siebel,


Is viewstate secure?

0 Answers  


Categories