Types of session management in ASP.NET ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / anup
they are of 4 type
1)in proc
2)state server
3)sql server
4)off
Is This Answer Correct ? | 7 Yes | 7 No |
What is asp net_sessionid?
What namespaces are imported by default in ASMX files?
What are sql joins?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
0 Answers InfoAxon Technologies,
What are the different authentication modes in asp.net?
If i have 1000 records in dataset, how to do paging?
How do we implement bundling in MVC?
What are runtime hosts?
Give 2 examples for scenarios when routing is not applied?
What is a PostBack ?
What is web.config and machine.config ?
What role “#&&” plays in a querysting?