ChangeLog 1.6 KB

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