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

How do you identify that the page is postback?

0 Answers  


What is user control in asp.net?

0 Answers  


What is the concept of postback in asp.net?

0 Answers  


How can we register exception filter globally?

0 Answers  


what do you mean software devlopment ?

9 Answers   HCL,






What’s the difference between response .redirect and server.transfer?

0 Answers  


Explain the asp.net page life cycle.

0 Answers  


I have a DataGrid in which two of the columns are editable...i want to update the backend table with the newly edited data of the datagrid. How to do this please help me.

1 Answers   MS Technosoft, Wipro,


What is difference between viewstate and session in asp net?

0 Answers  


Can I tap into other windows livetm services?

0 Answers  


What are session cookies?

0 Answers  


What are the cookies types in asp.net?

0 Answers  


Categories