If I m using Session State Partioning where I have
partitioned my session into 4 servers then how can I know
that my session will be stored on which server?
Answer Posted / srikanth
if u are using multiple instances of server then for
maintaing session state u need to use sqlserver session
state mode.i.e u r storing session information in db (you
need to specify db name also).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Contrast OOP and SOA. What are tenets of each ?
Explain Optimization technique description?
Explain the Order of events in an asp.net page?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
How to rename a table using sql queries?
How do u declare static variable and how it is declared and what is its lifetime?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
What is the exact purpose of http handlers?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Differences between “dataset” and “datareader”.
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
What is the best Macanism to clear the Cache in asp.net
Can we have 2 web config files?
What is a gridview in asp.net?