Saturday, July 21, 2007

State Management : Session State Web.Config settings

Specifying State Mode in Web.Config

configuration
system.web
sessionState mode=”StateServer”
stateConnectionString=”tcpip=SampleStateServer:42424”
cookieless=”false” timeout=”20”
system.web
configuration

No comments:

Post a Comment