2
0

ChangeLog 2.7 KB

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