ChangeLog 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. 2003-03-04 Gonzalo Paniagua Javier <[email protected]>
  2. * HttpSessionState.cs: reworked to use SessionDictionary.
  3. * SessionDictionary.cs: implemented serialization/deserialization.
  4. 2003-03-03 Gonzalo Paniagua Javier <[email protected]>
  5. * SessionConfig.cs:
  6. * SessionStateSectionHandler.cs: new files to read <sessionState>
  7. configuration.
  8. 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
  9. * SessionStateModule.cs: don't throw exception. Just for testing the
  10. configuration stuff until we implement this.
  11. 2002-08-18 Gonzalo Paniagua Javier <[email protected]>
  12. * HttpSessionState.cs: IsAbandoned is internal.
  13. * SessionDictionary.cs: scope fixes.
  14. * SessionStateModule.cs: added events.
  15. 2002-06-30 Gonzalo Paniagua Javier <[email protected]>
  16. * System.Web.SessionState/HttpSessionState.cs:
  17. Fixes based on class status page:
  18. - Add attributes (DefaultEvent, ParseChildren).
  19. - Fix declarations.
  20. - Explicitly implement some interfaces (IPostBackDataHandler
  21. and IPostBackEventHandler).
  22. - Implemented some missing methods.
  23. 2002-06-23 Gonzalo Paniagua Javier <[email protected]>
  24. * HttpSessionState.cs: implemented more methods/properties.
  25. * SessionDictionary.cs: New file.
  26. 2002-06-04 Gonzalo Paniagua Javier <[email protected]>
  27. * System.Web.SessionState/HttpSessionState.cs:
  28. * System.Web.SessionState/SessionStateModule.cs: new files with some
  29. implementation and the rest stubbed.
  30. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  31. * IReadOnlySessionState.cs:
  32. * IRequiresSessionState.cs:
  33. * SessionStateMode.cs: new files.