What is the difference between session state and session
variables ?
Answer Posted / rajendra
In ASP.NET there are following session mode available,
•InProc
•StateServer
•SQLServer
•Custom
Session State Mode State Provider
InProc :- In-Memory Object
StateServer :- Aspnet_state.exe
SQLServer :- DataBase
Custom :- CustomProvider
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
What are HTTP handlers in ASP.NET?
Why should i prefer JSP over asp.net or any other web development language..??
What do you mean by authorization?
What is session start?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What is the purpose of session management?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
How ASP.NET page works?
What is difference between singleton and single call?
How many types cache in asp net?
What are the main advantages of using asp.net?
What are the asp.net security controls?
Explain cashing in asp.net.
How do you identify that the page is postback?
What are the new navigation controls in asp.net 2.0?