* HttpSessionState.cs: Make the SessionDictionary accessable
authorJackson Harper <jackson@novell.com>
Mon, 3 Nov 2003 21:08:59 +0000 (21:08 -0000)
committerJackson Harper <jackson@novell.com>
Mon, 3 Nov 2003 21:08:59 +0000 (21:08 -0000)
commit804bccf91f3bdf31f28e0bc81867f73efafd66fd
treecd1702ab1e4a1728916ec92d0506bdc2731eb17e
parentd35116049639ef3c6a92b72d8a67757d8cb339d7
    * HttpSessionState.cs: Make the SessionDictionary accessable
* ISessionHandler.cs: Add method to update the session state
data in the handler. Pass the session config to handlers when
initializing.
* SessionConfig.cs: Add StateNetworkTimeout
* SessionInProcHandler.cs: Updates because interface has
changed, all functionality is the same.
* SessionStateModule.cs: Get new config items, allow SQLServer
session manager type. Update session handlers when the session
state has been released.
* SessionStateSectionHandler.cs: Add StateNetworkTimeout
* SessionSQLServerHandler.cs: New class allows sessions to be
stored in a database.

svn path=/trunk/mcs/; revision=19596
mcs/class/System.Web/System.Web.SessionState/ChangeLog
mcs/class/System.Web/System.Web.SessionState/HttpSessionState.cs
mcs/class/System.Web/System.Web.SessionState/ISessionHandler.cs
mcs/class/System.Web/System.Web.SessionState/SessionConfig.cs
mcs/class/System.Web/System.Web.SessionState/SessionInProcHandler.cs
mcs/class/System.Web/System.Web.SessionState/SessionSQLServerHandler.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.SessionState/SessionStateModule.cs
mcs/class/System.Web/System.Web.SessionState/SessionStateSectionHandler.cs