Types of session management in ASP.NET ?

Answers were Sorted based on User's Feedback



Types of session management in ASP.NET ?..

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

Types of session management in ASP.NET ?..

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

Post New Answer

More ASP.NET Interview Questions

What is asp net_sessionid?

0 Answers  


What namespaces are imported by default in ASMX files?

2 Answers  


What are sql joins?

0 Answers  


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?

0 Answers  


If i have 1000 records in dataset, how to do paging?

2 Answers   Mind Tree,


How do we implement bundling in MVC?

0 Answers   B-Ways TecnoSoft,


What are runtime hosts?

2 Answers   Microsoft,


Give 2 examples for scenarios when routing is not applied?

0 Answers   NA,


What is a PostBack ?

1 Answers  


What is web.config and machine.config ?

1 Answers   Patni,


What role “#&&” plays in a querysting?

0 Answers  


Categories