ChangeLog 2.4 KB

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