| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- 2007-03-06 Marek Habersack <[email protected]>
- * SessionInProcHandler.cs: gracefully handle different value types
- in the session removal handler.
- * SessionStateModule.cs: create an empty container if session data
- is null. Fixes bug 80682
- 2007-02-19 Konstantin Triger <[email protected]>
- * SessionStateModule.cs: call Session_End callback only if the handler
- does not support expiration.
- 2007-01-20 Miguel de Icaza <[email protected]>
- * SessionStateModule.cs: Removed unused variables.
- 2007-01-07 Konstantin Triger <[email protected]>
- * SessionStateModule.cs: Implemented raising of Session_OnEnd event,
- refactoring.
- 2006-12-27 Konstantin Triger <[email protected]>
- * SessionIDManager.cs: Pass config to SessionStateModule.IsCookieLess.
- * SessionStateStoreData.cs: fix constructor signature.
- * SessionInProcHandler.cs, SessionStateServerHandler.cs: ensure has a default
- constructor to make instantiating same as for custom provider.
- * SessionStateModule.cs: support custom providers.
- 2006-12-20 Marek Habersack <[email protected]>
- * SessionStateServerHandler.cs:
- implemented for the 2.0 model.
- * SessionStateUtility.cs:
- implemented.
- * SessionStateStoreProviderBase.cs:
- implemented.
- * SessionInProcHandler.cs:
- reimplemented for the 2.0 model.
- * SessionIDManager.cs: implemented.
- * SessionStateModule.cs: copied the
- file to new location and implemented the 2.0 model.
- * SessionSQLServerHandler.cs:
- created. Implementation not done yet.
- * HttpSessionStateContainer.cs: copied
- the file to new location and implemented the 2.0 model.
- * StateServerItem.cs: implementation
- for the 2.0 model.
- * HttpSessionState.cs: reimplemented
- for the 2.0 model.
- * RemoteStateServer.cs: copied the
- file to new location and added new code for the 2.0 model.
- * SessionStateItemCollection.cs:
- implemented.
- * SessionStateActions.cs: moved the
- file to new location and added the None member.
- * ISessionIDManager.cs: moved the file
- to new location.
- * SessionStateItemExpireCallback.cs:
- moved the file to new location.
- * IHttpSessionState.cs: moved the file
- to new location.
- * SessionStateStoreData.cs: moved the
- file to new location and modified for the 2.0 model.
- * ISessionStateItemCollection.cs:
- moved the file to new location.
|