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
How does u get record no from 5 to 15 from a dataset of 100 records?
What is a postback ispostback and autopostback in asp net?
How can you access the properties and controls of master pages from content pages?
Explain the concept of View Model in MVC?
Are xaml file compiled or built on runtime?
What is the part of url?
Define caching.
What are the best practices to follow to secure connection strings in an ASP.NET web application?
Where is the view state data stored in asp net?
What is the meaning of TestApi?
What is diff. Between abstract class and an interface?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
What is asp.net file?
How do I open an ashx file?
What is owin authentication?