ChangeLog 1.8 KB

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