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
When should I use server transfer and response redirect?
How can you make sure that web api returns json data only?
What are the elements of a website?
What is windows active directory authentication?
Write a code snippet to implement the indentation in json in web api.
Which is better php or asp.net?
What is asp net application object?
What is data cache in sql server?
What is web configuration file and how to use in web application
How to do state management in ASP.NET?
Explain Session state management options in ASP.NET.
What symbol specifies the beginning of a query string?
What is session authentication?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
Explain the difference between debug.write and trace.write?