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 to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Explain MVC model binders?
What is the benefit of WebAPI over WCF?
What is server infrastructure & server components?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
How can we create a website?
List all templates of the repeater control.
Differentiate between client-side and server-side validations in web pages.
Explain the working of passport authentication.
Elaborate differentiation between Cache and Application?
How to disable disable browser's Back button in asp.net (JavaScript)?
What is parse in asp.net?
What is enableviewstate in asp net?
What are the file extensions for razor views?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc