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
Explain serialization and deserialization?
How does asp net store session ids by default?
What are the different types of proxy patterns?
What is scope of an application variable in asp.net?
Explain exception filters?
What is the use of global.asax file?
What are the merits and demerits of viewstate?
In which event of page cycle is the viewstate available?
Which methods validate all the controls on a page?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
What’s the catch?
Is asp.net easy to learn?
Explain asp.net application life cycle?
What is ashx file in asp.net?
How many validators do ASP.NET have?