ChangeLog 2.6 KB

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