ChangeLog 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. 2006-12-20 Marek Habersack <[email protected]>
  2. * SessionStateServerHandler.cs:
  3. implemented for the 2.0 model.
  4. * SessionStateUtility.cs:
  5. implemented.
  6. * SessionStateStoreProviderBase.cs:
  7. implemented.
  8. * SessionInProcHandler.cs:
  9. reimplemented for the 2.0 model.
  10. * SessionIDManager.cs: implemented.
  11. * SessionStateModule.cs: copied the
  12. file to new location and implemented the 2.0 model.
  13. * SessionSQLServerHandler.cs:
  14. created. Implementation not done yet.
  15. * HttpSessionStateContainer.cs: copied
  16. the file to new location and implemented the 2.0 model.
  17. * StateServerItem.cs: implementation
  18. for the 2.0 model.
  19. * HttpSessionState.cs: reimplemented
  20. for the 2.0 model.
  21. * RemoteStateServer.cs: copied the
  22. file to new location and added new code for the 2.0 model.
  23. * SessionStateItemCollection.cs:
  24. implemented.
  25. * SessionStateActions.cs: moved the
  26. file to new location and added the None member.
  27. * ISessionIDManager.cs: moved the file
  28. to new location.
  29. * SessionStateItemExpireCallback.cs:
  30. moved the file to new location.
  31. * IHttpSessionState.cs: moved the file
  32. to new location.
  33. * SessionStateStoreData.cs: moved the
  34. file to new location and modified for the 2.0 model.
  35. * ISessionStateItemCollection.cs:
  36. moved the file to new location.