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

What does mean by a neutral culture?

0 Answers   MindCracker,


Which type if caching will be used if we want to cache the portion of a page instead of whole page?

0 Answers  


What are two ways that you can set the minimum and maximum values for a rangevalidator? When would you use each technique?

1 Answers  


What are the data controls available in asp.net?

0 Answers  


Explain page output caching?

0 Answers  






How can we pass info between 2 asp.net pages?

0 Answers  


Define cookie.

0 Answers  


About the Usage of htmlencode and urlencode ?

2 Answers   Cognizant,


what is asp.net

12 Answers   Dynacs,


What is the purpose of asp.net?

0 Answers  


There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.

2 Answers   Proteans,


What is the Global.asax used for?

7 Answers   Siebel Systems,


Categories