ChangeLog 2.2 KB

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