| |||||||||||||||||||||||||||||||||||||
<sessionState> SectionASP.NET Syntax ASP.NET Configuration Sections Configures the session state HttpModule. <sessionState mode = "Off | Inproc | StateServer | SqlServer" cookieless = "true | false" timeout = "number of minutes" connectionString = "server name:port number" sqlConnectionString = "sql connection string" /> The <sessionState> tag supports five attributes.
Syntax ExampleThe following example specifies several session state configuration settings. <configuration>
<system.web>
<sessionState
mode = "Inproc"
cookieless = "true"
timeout = "20" />
</system.web>
</configuration>
See AlsoASP.NET Configuration SessionStateSection Class |
| ||||||||||||||||||||||||||||||||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme