Answer Posted / shivendra pandey
Yes there is only two type of session inproc and outproc
In inproc session is stored on the server itself but some
time when we deploy our application on multiple server so
we can't store it on webserver in this case we go for
database or some other places then session is called outporc
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Where is the view state data stored?
What is meant by ispostback in asp net?
Do session use cookies in asp net?
What is the difference between server-side scripting and client-side scripting?
Is asp.net a programming language or framework?
Why is global asax is used?
What are the difference between overriding and overloading?
Is there any limit for query string? Means what is the maximum size?
What is Model-View-View Model?
List the asp.net validation controls?
Explain MVC model binders?
How can we pass info between 2 asp.net pages?
How asynchronous call can be implemented using delegates?
What is dynamic web page with example?
What is autopost?