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
What is application state?
What is web configuration file and how to use in web application
Explain about solution explorer window?
How do you handle server controls?
What are the media types of http requests and response?
What is full form of asp.net?
What is different authentication mechanisms used in ASP.NET?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
Is it true that a Web service must be written in .NET or not?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What is session handling in a webfarm, how it can work with its limits?
Explain the working of passport authentication.
What are the different kinds of assemblies?
What does ascx stand for?