ChangeLog 2.5 KB

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