Types of session management in ASP.NET ?
Answer Posted / j_baghla
Type are:
1.In proc:-
In this mode session is stored in default asp.net process
on the server.
2.Out proc:-In this mode we can store the session on two
side except default process which are:
a.State Server:-
In this mode we store the session on different
server.This mode is used in web farm/garden concept
b.sqlserver:-
In this mode we can store the session in sqlserver
database.
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
If you want to write your own dot net language, what steps you will you take care?
How can we Validate a Controls in ASP.NET page using JavaScript?
List of words of preprocessor in .net?
Explain the different types of assemblies?
What is difference Between Authentication and authorization?
What is asp.net globalization?
What are the steps to follow to host a web application on a web server?
What is a server farm in iis?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
What is the meaning of TestApi?
What is asp.net caching?
What is the significance of finalize method in .net?
Explain http handlers? Where we can use the http handlers?
Define application state variable and session state variable?
What is the use of the tag in the web.config file?