ChangeLog 1.9 KB

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