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 different modes for the sessionstates in the
web.config file?

Answers were Sorted based on User's Feedback



What are the different modes for the sessionstates in the web.config file?..

Answer / lavanya

Session states are 3 types
1.Inproc : Session state is maintained in memory of application
2.OutProc : Session state is maintained in separate process
called stateserver
3.Sql server: Session state is maintained at sql server.

Is This Answer Correct ?    0 Yes 0 No

What are the different modes for the sessionstates in the web.config file?..

Answer / p.ramakrishna

Off:Indicates that session state is not enabled.
Inproc:Indicates that session state is stored locally.
StateServer:Indicates that session state is stored on a
remote server.
SQLServer:Indicates that session state is stored on the SQL
Server.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

if you disable view state of a textbox will it maintain data during postbacks.if yes reason

9 Answers   FactorH, Jindal, Oxi Infotech,


How do we ensure view state has not tampered?

0 Answers  


How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC

0 Answers  


Explain different types of Caching techniques in ASP.NET?

0 Answers   Sans Pareil IT Services,


What are the contents of cookie?

0 Answers  


what is CLR?

3 Answers   PrimeLine,


What are the main requirements for caching?

0 Answers  


What is Difference between Callbacks and Postback in ASP.NET?

11 Answers  


Where can we set the specific variables for a application and Session objects ?

2 Answers   Siebel,


Why we go for mvc instead of asp.net? : Asp.Net MVC

0 Answers  


Explain in what order a destructors is called.

0 Answers  


How to fetch a data from one table to another table in asp.net ?

0 Answers   MCN Solutions,


Categories