Session State with Web Farms

  • Thread starter Thread starter Tin Man
  • Start date Start date
T

Tin Man

I have read in asp.net books (1) that with asp.net, Session state will work
with web farms and (2) that Session state will NOT work with web farms or
gardens.

Which is true?
T
 
Session state will work. In process session state will not - but state
server of sql server session state will.
 
Back
Top