Skip to content

Instantly share code, notes, and snippets.

@matsurigoto
Last active December 5, 2020 14:43
sessionState example1
<system.web>
...
<sessionState mode="SQLServer"
sqlConnectionString="Data Source=[伺服器名稱];Integrated-Security=SSPI;"
sqlCommandTimeout="60"
cookieless="false"
cookieName="ASP.NET_SessionId"
timeout="30" />
...
</system.web>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment