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
Define what is razor? : asp.net mvc
What is inheritance and an how it be used, example with an example?
What is the difference between the asp and asp.net?
Why we go for mvc instead of asp.net? : Asp.Net MVC
What does the orientation property do in a menu control?
What is the parent class of all the web server control?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
How do we access view state value of this page in the next page?
Explain how dot net compiled code will become platform independent?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is the difference between session and application?
What are directives in asp.net?
How do http sessions work?
What is validation in asp.net?
Differentiate between structure and class.