| Article: |
Choosing the Right Session State Storage | |
| Subject: | Session state example | |
| Date: | 2003-03-27 02:00:52 | |
| From: | anonymous2 | |
| The session state example seems to have very simmilar code to the SQL Server state code. Why do you need an SQL server connection for the State Server example??? | ||
Showing messages 1 through 1 of 1.
-
Session state example
2003-03-29 07:02:14 ffmike [View]
You don't need it; I was just showing the minimal modifications to the <sessionState> element. If you set the mode attribute to "StateServer", ASP.NET just ignores whatever you have set in the sqlConnectionString attribute.


