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

a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

0 Answers   CTS,


What is autopost?

0 Answers  


What is use of <% %> in asp.net?

0 Answers  


Is asp.net is a programming language?

0 Answers  


I have prepared A Dynamic website in asp.net with c# and using Ms Sql server 2005 as backend database.i am facing problem while uploading this site on my FTP address it is not accessing the database.please could u tell me how cn i upload Sqlserver database on the web and what would be the connection string...???? I am using Server=".";initial catalog=databasename;persist security info=false;integrated security=SSPI;...pleas help me... Thanks in Advance..

1 Answers  






How to prepare culture-specific formatting in .net.

0 Answers  


Is it possible to use two versions of assembly at the same time?If possible explain with code?

3 Answers   Tech Mahindra,


How do you perform validations?

3 Answers   Microsoft,


What is Web Application?

2 Answers   HCL,


How do you handle session management in ASP.NET and how do you implement them. How do you handle in case of SQLServer mode ?

0 Answers   Microsoft,


Can session variables be accessed from code-behind?

2 Answers   Microsoft, RMS,


Which keyword you should use for class not to extend? Which keyword to be used for making the class accessible within the assembly only what are the authentication mode of ASP.NET How will you call a JavaScript function using code-behind? How will you define the Session Timeout? What are the methods to validate client-side whether the input is a correct Date format? You want to write a log when ASP.NET application starts. Which is the best place to write that peice of code? What are the page load events and what is there order? What is the difference between abstract class and interface? What are the differences between DataSet and DataReader? What are the two properties other than DataSource, which is required to populate the Drop Down Menu? What is difference between String and StringBuilder Classes? What are differences between Custom control and User control?

1 Answers   Ignis Technologies,


Categories