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


Please Help Members By Posting Answers For Below Questions

Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc

777


What’s difference between “optimistic” and “pessimistic” locking?

794


Explain about the .NET framework?

820


Describe state management in asp.net?

763


What is the use of the tag in the web.config file?

742


What is the difference between server-side scripting and client-side scripting?

750


Web API uses which library for JSON serialization?

761


Why is global asax is used for?

735


They mostly asked difference between versions of technologies

1127


What is form method?

687


Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?

2502


Is asp.net a language?

705


What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?

813


What kind of programming language is ASP.NET?

818


benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks

2029