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
How to make paging concepts in datagrid in ASP.NET?
What is ashx file in asp.net?
What is the difference between web config and machine config files?
Which is the parent class of the web server control?
What is the difference between trace and debug in asp.net?
Can you use Web API with ASP.NET Web Form?
What are the differnt types of handler in ASP.NET?
Explain State management in asp.net
Why do we use datasource in asp.net?
What are the advantages of using session?
Why session is necessary in web application?
They mostly asked difference between versions of technologies
Explain the difference between an exe and a dll?
What is asp net_sessionid?
Explain About WebService