What is the difference between session state and session
variables ?

Answer Posted / uma

session state specifies ,in which mode does the session
variables should be stored there are three modes
1) inproc:-
specifies sessions variables storing in our application
when application closes ,sessions losses its value.
2) state server:-
Storing the sessions variables in sql server
database, it will be shared among diiferent
applictions,even appliacations is closed value remains.
3)Outproc:-
storing in local system.


session variable is used for storing the data .

Is This Answer Correct ?    11 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is mvc different from asp.net? : Asp.Net MVC

553


What are the navigation ways between pages available in ASP.NET?

572


is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?

1952


Where code pages are used?

692


What are directives in asp.net? List down all the important directives.

505






What is loop in asp.net?

586


What is the mvc framework?

566


Can you explain page lifecycle in net?

510


Can one dll file contains the compiled code of more than one .net language?

540


What are the differences between clr & cts?

543


Explain exception filters?

593


Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?

565


How does the iis work?

546


About CLR, reflection and assemblies?

1545


Explain how is a property designated as read-only?

553