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
What is the difference between page directive include and action tag include?
What is authorization in asp.net?
How many types of cookies are available in asp?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
Explain some of the major built-in objects in asp.net
Explain an object, class and method.
What is a user session?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
How many languages are supported by .NET at present time?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
What is syntax code to send email from an asp.net application?
What role “#&&” plays in a querysting?
How ViewstateMac works?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?