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?



If I m using Session State Partioning where I have partitioned my session into 4 servers then how ..

Answer / 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

More ASP.NET Interview Questions

What are the different Key TreeView Properties in Asp.net 2.0?

1 Answers   TCS,


What property is used on the datatable to indicate a conflict after an update? a) HasConflict b) HasError c) HasCollision d) HasDataError

1 Answers   Syntax Softtech,


Explain about consistent programming model in the .NET framework?

0 Answers  


How does u call and execute a sp in .net?

0 Answers  


Explain the difference between an exe and a dll?

0 Answers  


What are the security types in ASP/ASP.NET? Different Authentication modes?

0 Answers  


What permissions do asp.net applications posses by default?

0 Answers  


What are the event handlers that can be included in the Global.asax file?

0 Answers   MindCracker,


Tell about WebService in Asp.Net?

5 Answers   Accenture, CTS,


Define a static class?

0 Answers  


How do you pass session values from one page to another ?

4 Answers   Digital GlobalSoft,


Can we have multiple master pages in asp net?

0 Answers  


Categories