ChangeLog 1.2 KB

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