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
Which object encapsulates state or data of a user?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
Name some asp objects?
Where viewstate value is stored in asp.net?
What are the events in a page life cycle?
Describe how to implement globalization and localization in the use interface in .net.
What are the file extensions for razor views?
in which protocol ASP.NET WEB API Work?
What is the difference between a default skin and a named skin?
Which object wraps the state or data of a user?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What are the various session state management options provided by asp.net?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What are server activated objects?
What is enableviewstate in asp net?