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 Session states available and its Uses?

Answers were Sorted based on User's Feedback



What are Session states available and its Uses?..

Answer / prasad

In process
Out Process
--State Server
-- Sql Server

Is This Answer Correct ?    6 Yes 0 No

What are Session states available and its Uses?..

Answer / santosh deshmukh

InProc:- In this mode Session state is stored in the memory
space of the
Aspnet_wp.exe process. This is the default setting. If the
IIS reboots or web
application restarts then session state is lost.

StateServer:-In this mode Session state is serialized and
stored in a separate
process (Aspnet_state.exe); therefore, the state can be
stored on a separate
computer(a state server).

SQL SERVER:- In this mode Session state is serialized and
stored in a SQL Server database.

Session state can be specified in <sessionState> element of
application configuration
file. Using State Server and SQL SERVER session state can
be shared across web farms
but note this comes at speed cost as ASP.NET needs to
serialize and deserialize data over
network again and again.

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Can you create an app domain ?

1 Answers  


What is difference between web api and web services?

0 Answers  


What is the question mark in a url?

0 Answers  


How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server

0 Answers   CTPL,


Contrast OOP and SOA. What are tenets of each ?

0 Answers  


Difference between dynamic query and static query ?

1 Answers   DELL,


Explain difference between friend and protected friend?

0 Answers  


what are the Custom controls in asp.net?

0 Answers   MCN Solutions,


Is asp.net a programming language?

0 Answers  


Explain the difference between value type and reference type?

0 Answers  


I have one application, one user purchase some products in my application? and another person came he is also purchase some products?how can we identify which user purchase which items? my answer is by using session id? but i dont know how? can u give me programming for that?

1 Answers  


What’s the use of “GLOBAL.ASAX” file?

0 Answers  


Categories