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
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
How can we call webservices in Banking Applications? and where we are using it?
What are main return types supported in Web API?
Which tool you have done?
Why asp.net is better than php?
Explain the difference between asp and asp.net?
Less than one page, how many windows will you be able to maintain?
Explain diff. Between friend and protected friend?
Is asp.net and .net same?
Which is better session or viewstate?
What are the different methods of session maintenance in asp.net?
What is asynchronous call?
What is server redirect?
Which protocol is used to call web service?
Why is mvc better than asp.net?