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

Answers were Sorted based on User's Feedback



What are the type of session in Asp.Net..

Answer / santosh

Session having to the some state but not types like

inproc,
state server,
sqldb server,

by default session mode is inproc, and we have killed pro
grammatically by using session.abondun() method then it
will be automatically killed, actually by default time
period of session is 20 min...

Is This Answer Correct ?    8 Yes 0 No

What are the type of session in Asp.Net..

Answer / sonamkothari160@gmail.com

Two types:
1.Inproc
2.Outproc

Is This Answer Correct ?    7 Yes 6 No

What are the type of session in Asp.Net..

Answer / 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

More ASP.NET Interview Questions

how we Creating a Web Service

1 Answers   Mind Tree,


What are the features of asp.net mvc?

0 Answers  


What is cross page posting? How is it done?

0 Answers  


What is a viewstate?

0 Answers  


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

0 Answers  


What asp.net control can embed xaml into asp.net pages?

0 Answers  


What is comparevalidator?

0 Answers  


Where do you store the information about the user?s locale?

2 Answers  


Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one

1 Answers  


What are the different types of validation controls provided in ASP.NET?

0 Answers   Sans Pareil IT Services,


How many rules are there regarding a well formed XML document? a) Nine b) Three c) Six d) Two

1 Answers   Syntax Softtech,


Does JITting occur per-assembly or per-method? How does this affect the working set?

1 Answers  


Categories