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
How use Xml data in ASP.net?
What is bound controls
How do sessions work?
What is different in .net 1.1 and .net 2.0?
Which data type does the rangevalidator control support?
Can we have a web application running without web.config file?
Which protocol is used in a web api?
how to elimainte the similar data from the different tables
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
What is the web.config file in asp?
What are the differences between the response.write() and response.output.write()?
What language is asp.net written in?
Explain the features that make asp.net more used framework? : asp.net mvc
How do cookies work? Give an example of their abuse.
How can we pass info between 2 asp.net pages?