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
Differentiate between client-side and server-side validations in web pages.
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
What does session_start () do?
What are Caching techniques in .NET
Can you change a Master Page dynamically at runtime?
How does a content page different from a master page?
Distinguish between Server-side and Client-side code with its functionality?
What is state management techniques in asp.net?
What is routing in MVC?
3. What goals do you have in your career?
Is it possible to apply themes to an asp.net application? If yes, then how?
What is __ requestverificationtoken?
What is enableviewstatemac in asp net?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
Can you explain page lifecycle in net?