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
State differences between MVC and WebAPI
Explain the different types of directives in .net?
Differentiate globalization and localization.
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
Describe paging in asp.net?
What are strong names?
Why do we need url encoding?
What is a web server? What are the load limits in it?
Where session id is stored?
How we implement web farm and web garden concept in asp.net?
Why Unload event of MasterPage Calls first in ASP.net ?
How do you deploy your asp.net application?
explain code with datachaching with example
What does uri mean?
Can you explain architecture of your project ?