ChangeLog 2.4 KB

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