ChangeLog 1.9 KB

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