ChangeLog 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. 2007-04-30 Marek Habersack <[email protected]>
  2. * SessionInProcHandler.cs: do not end session when setting and
  3. releasing item in mid-session. Fixes bugs #81440, #81140 and
  4. #80723
  5. 2007-04-18 Marek Habersack <[email protected]>
  6. * SessionInProcHandler.cs: added protection against raising early
  7. session end event when resetting item timeout. Fixes bug #81140
  8. 2007-03-12 Konstantin Triger <[email protected]>
  9. * SessionStateModule.cs: TARGET_J2EE: support only J2EE sessions.
  10. 2007-03-06 Marek Habersack <[email protected]>
  11. * SessionInProcHandler.cs: gracefully handle different value types
  12. in the session removal handler.
  13. * SessionStateModule.cs: create an empty container if session data
  14. is null. Fixes bug 80682
  15. 2007-02-19 Konstantin Triger <[email protected]>
  16. * SessionStateModule.cs: call Session_End callback only if the handler
  17. does not support expiration.
  18. 2007-01-20 Miguel de Icaza <[email protected]>
  19. * SessionStateModule.cs: Removed unused variables.
  20. 2007-01-07 Konstantin Triger <[email protected]>
  21. * SessionStateModule.cs: Implemented raising of Session_OnEnd event,
  22. refactoring.
  23. 2006-12-27 Konstantin Triger <[email protected]>
  24. * SessionIDManager.cs: Pass config to SessionStateModule.IsCookieLess.
  25. * SessionStateStoreData.cs: fix constructor signature.
  26. * SessionInProcHandler.cs, SessionStateServerHandler.cs: ensure has a default
  27. constructor to make instantiating same as for custom provider.
  28. * SessionStateModule.cs: support custom providers.
  29. 2006-12-20 Marek Habersack <[email protected]>
  30. * SessionStateServerHandler.cs:
  31. implemented for the 2.0 model.
  32. * SessionStateUtility.cs:
  33. implemented.
  34. * SessionStateStoreProviderBase.cs:
  35. implemented.
  36. * SessionInProcHandler.cs:
  37. reimplemented for the 2.0 model.
  38. * SessionIDManager.cs: implemented.
  39. * SessionStateModule.cs: copied the
  40. file to new location and implemented the 2.0 model.
  41. * SessionSQLServerHandler.cs:
  42. created. Implementation not done yet.
  43. * HttpSessionStateContainer.cs: copied
  44. the file to new location and implemented the 2.0 model.
  45. * StateServerItem.cs: implementation
  46. for the 2.0 model.
  47. * HttpSessionState.cs: reimplemented
  48. for the 2.0 model.
  49. * RemoteStateServer.cs: copied the
  50. file to new location and added new code for the 2.0 model.
  51. * SessionStateItemCollection.cs:
  52. implemented.
  53. * SessionStateActions.cs: moved the
  54. file to new location and added the None member.
  55. * ISessionIDManager.cs: moved the file
  56. to new location.
  57. * SessionStateItemExpireCallback.cs:
  58. moved the file to new location.
  59. * IHttpSessionState.cs: moved the file
  60. to new location.
  61. * SessionStateStoreData.cs: moved the
  62. file to new location and modified for the 2.0 model.
  63. * ISessionStateItemCollection.cs:
  64. moved the file to new location.