How to kill session?

Answer Posted / viral

Session.RemoveAll();

Is This Answer Correct ?    5 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain different authentication modes in asp.net?

543


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1430


How do you sign out from forms authentication?

547


If you are using two select queries and retrieving data. how do you access second query's result set using data reader?

4733


What is intrinsic objects in asp.net?

627






How do you remove duplicates without using remove duplicate stage?

608


What is asp according to you?

518


Define the steps to set up validation control.

570


What are the contents of cookie?

561


Can we have multiple web config files for an asp.net application?

527


Whats the difference between abstract factory pattern and factory pattern?

593


Is asp.net and .net are same or different?

513


What is caching? Explain.

543


Explain the page lifecycle of an asp.net mvc? : asp.net mvc

430


Define viewstate in .net?

533