| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- 2003-03-04 Gonzalo Paniagua Javier <[email protected]>
- * HttpSessionState.cs: reworked to use SessionDictionary.
- * SessionDictionary.cs: implemented serialization/deserialization.
- 2003-03-03 Gonzalo Paniagua Javier <[email protected]>
- * SessionConfig.cs:
- * SessionStateSectionHandler.cs: new files to read <sessionState>
- configuration.
- 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
- * SessionStateModule.cs: don't throw exception. Just for testing the
- configuration stuff until we implement this.
- 2002-08-18 Gonzalo Paniagua Javier <[email protected]>
- * HttpSessionState.cs: IsAbandoned is internal.
- * SessionDictionary.cs: scope fixes.
- * SessionStateModule.cs: added events.
- 2002-06-30 Gonzalo Paniagua Javier <[email protected]>
- * System.Web.SessionState/HttpSessionState.cs:
- Fixes based on class status page:
-
- - Add attributes (DefaultEvent, ParseChildren).
- - Fix declarations.
- - Explicitly implement some interfaces (IPostBackDataHandler
- and IPostBackEventHandler).
- - Implemented some missing methods.
- 2002-06-23 Gonzalo Paniagua Javier <[email protected]>
- * HttpSessionState.cs: implemented more methods/properties.
- * SessionDictionary.cs: New file.
- 2002-06-04 Gonzalo Paniagua Javier <[email protected]>
- * System.Web.SessionState/HttpSessionState.cs:
- * System.Web.SessionState/SessionStateModule.cs: new files with some
- implementation and the rest stubbed.
- 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
- * IReadOnlySessionState.cs:
- * IRequiresSessionState.cs:
- * SessionStateMode.cs: new files.
|