Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What are the Types of objects in ASP

0 Answers   Microsoft,


How does viewstate work?

0 Answers  


What is a 404 redirect?

0 Answers  


i want to develope a page for online test using asp.net with c#.net. so, how to insert the questions in the database sqlserver2000 and how to pick the questions randomly when user login for test. plz send the code for this....

3 Answers   Chaitanya, Crysalis, CTS, HCL, Sein Infotech, TCS,


WHAT IS BOXING? HOW WE CAN USE IT?

4 Answers   Seion Infotech,


Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?

0 Answers   MCN Solutions,


Can we use the java script code in .Net Code behind?

5 Answers   eXensys,


What language does asp.net use?

0 Answers  


how can i insert array values and retreive in asp.net

3 Answers   TCS, Value Labs,


What is custom tag in Web.Config?

0 Answers   Accenture,


What are the differences between clr & cts?

0 Answers  


my name is sumeetha i am using google gears in .net.what's the problem is my server is in another place. i am working here when i entered the values in textboxes and press enter then it should store in database(sql server) which is in another system.when that sever system is shutdown then the values which i submit should store in my system and after system opened it should automatically store the values in the system can any one plz urgent suggest answer for this question?

2 Answers  


Categories