ChangeLog 2.0 KB

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