What are the different modes for the sessionstates in the
web.config file?
Answer Posted / 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 View All Answers
What is redirecting behavior?
What are main return types supported in Web API?
Explain difference between dataset and recordset?
List the asp.net validation controls?
What is the parent class of all web server control?
What is web api vs wcf?
Explain how asp.net page works?
Write code to send e-mail from an asp.net application?
What are the security types in asp.net?
Where session variables are stored?
Which control has default post back is enabled(true)?
Explain Authentication mechanism in dotnet
What are web beacons used for?
Name the namespace which is used by ado.net?
What is session authentication?