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

Can the validation be done in the server side? Or this can be done only in the Client side?

2 Answers  


What type of code (server or client) is found in a Code- Behind class?

2 Answers  


Can I tap into other windows livetm services?

0 Answers  


what is purpose of xml control in standard controls of asp.net

1 Answers  


7. Do you have reference list?

4 Answers   CMC, Hotel Jobs, Mannar Company, Qatar Petroleums, Swatz Oils,






Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?

0 Answers  


Define globalization and localization.

0 Answers  


What are the built-in objects in asp.net?

0 Answers  


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

1 Answers   Siebel, Visual Soft,


What is AutoPostback?

0 Answers  


How to use multiple scriptmanager controls in a web page?

0 Answers  


How to implement globalization and localization in the use interface in .net.

0 Answers  


Categories