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...

What are the type of session in Asp.Net

Answer Posted / prakash j

There are three kinds of session, and they are listed as follows
1. Inprocess.
2. Outprocess.
3. Sql server session.

where they are stored.
1. inproc - default stored in web.config.
2. outproc - stored in server side.
3.Sql server - stored in database.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain serialization and deserialization?

1069


What is view state management in asp net?

955


What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?

1172


Can we use a static function with a non-static variable?

1019


Explain Features in ASP.NET

1138


how to include timer or counting time to display next page in asp.net

2199


If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?

1021


What is the appSettings Section in the web.config file?

1139


Explain the use of duration attribute of @outputcache page directive.

1160


Why is the standalone environment only useful during the development process?

1882


What are Authentication and Authorization?

1146


Explain automatic memory management in .net.

1078


What are sessions and cookies?

1022


How can we communicate with each server in N-tier Architecture? and what are the methods?

2294


How to prevent client side validation from the ASP.NET validation controls?

1151