ChangeLog 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. 2005-03-02 Gonzalo Paniagua Javier <[email protected]>
  2. * SessionStateModule.cs:
  3. * SessionId.cs: share the same RNG for all the instances of
  4. SessionStateModule.
  5. 2005-02-05 Gonzalo Paniagua Javier <[email protected]>
  6. * SessionStateModule.cs: hack that makes static files work on sites that
  7. use the Session object in global.asax. You need to set
  8. MONO_XSP_STATIC_SESSION to enable it and by dong so you will lose a bit
  9. of performance when serving static files. Fixes bug #71133.
  10. 2004-11-30 Gonzalo Paniagua Javier <[email protected]>
  11. * SessionStateModule.cs: set the path modifier when using cookie-less
  12. sessions.
  13. 2004-10-06 Gonzalo Paniagua Javier <[email protected]>
  14. * SessionStateModule.cs: use SetCurrentExePath instead of SetFilePath.
  15. 2004-09-09 Gonzalo Paniagua Javier <[email protected]>
  16. * HttpSessionState.cs: don't share static session objects declared in
  17. the application file across the application, but on a per-session
  18. basis. Fixes bug #65446.
  19. 2004-08-31 Sanjay Gupta <[email protected]>
  20. * SessionStateItemExpireCallback.cs: Explicit modifier "sealed" not
  21. required in definition.
  22. 2004-08-09 Sanjay Gupta <[email protected]>
  23. * SessionStateItemExpireCallback.cs: Added delegate.
  24. * SessionStateStoreData.cs: Added a new class.
  25. 2004-08-05 Sanjay Gupta <[email protected]>
  26. * IHttpSessionState.cs:
  27. * ISessionIDModule.cs:
  28. * ISessionStateItemCollection.cs: Added new interfaces.
  29. 2004-08-04 Sanjay Gupta <[email protected]>
  30. * SessionStateActionFlags.cs: Added enumeration.
  31. 2004-07-07 Juraj Skripsky <[email protected]>
  32. * SessionStateModule.cs: set path in session cookie to application
  33. path.
  34. 2004-06-18 Gert Driesen <[email protected]>
  35. * IStateRuntime.cs: added missing marshalling attributes
  36. 2004-06-11 Gonzalo Paniagua Javier <[email protected]>
  37. * SessionSQLServerHandler.cs:
  38. * SessionStateServerHandler.cs:
  39. * ISessionHandler.cs: added new parameter to Init.
  40. * SessionInProcHandler.cs: use the HttpRuntime cache to store the
  41. sessions and handle expiration.
  42. * SessionStateModule.cs: added OnSessionRemoved internal method that is
  43. called whenever a session expires or is removed.
  44. 2004-05-05 Gonzalo Paniagua Javier <[email protected]>
  45. * HttpSessionState.cs: added Clone (), which makes and exact copy but
  46. with a cloned SessionDictionary. When EnableSessionState is set to
  47. ReadOnly, we can modify the collection, but changes are not propagated.
  48. * ISessionHandler.cs: changed signature of UpdateContext().
  49. * SessionDictionary.cs: added Clone.
  50. * SessionInProcHandler.cs:
  51. * SessionSQLServerHandler.cs:
  52. * SessionStateServerHandler.cs: don't create a new session if the
  53. handler do not require it. UpdateContext() now returns an
  54. HttpSessionState to the module.
  55. * SessionStateModule.cs: removed IsReadOnly as it is now passed as a
  56. parameter to the session handler. If the session is read-only, clone
  57. it so that it can be changed but changes are not kept.
  58. In short, we don't create session objects when not required and we
  59. honor the ReadOnly sessions.
  60. 2004-02-09 Gonzalo Paniagua Javier <[email protected]>
  61. * SessionInProcHandler.cs:
  62. * SessionSQLServerHandler.cs:
  63. * SessionStateServerHandler.cs: when creating the
  64. HttpSessionStateObjets, use the session objects that we know about
  65. in HttpApplicationFactory.
  66. 2004-01-23 Gonzalo Paniagua Javier <[email protected]>
  67. * HttpSessionState.cs:
  68. * SessionInProcHandler.cs: IsNewSession doesn't have a public setter.
  69. * SessionStateModule.cs: doesn't implement IRequiresSessionState.
  70. * StateServerItem.cs: not public.
  71. 2004-01-05 Alon Gazit <[email protected]>
  72. * SessionDictionary.cs: can't set item's value to null if the item is
  73. new.
  74. 2003-12-25 Jackson Harper <[email protected]>
  75. * SessionStateModule.cs: Handle SessionStateMode.Off properly in
  76. Init. Only set session cookies if a new session is created. This
  77. fixes bug #52501.
  78. 2003-12-18 Gonzalo Paniagua Javier <[email protected]>
  79. * IStateRuntime.cs:
  80. * SessionStateModule.cs: class status based fixes.
  81. 2003-12-05 Jackson Harper <[email protected]>
  82. * SessionStateModule.cs: Add readonly property for readonly
  83. sessions. This fixes bug #51647.
  84. * SessionInProcHandler.cs:
  85. * SessionSQLServerHandler.cs:
  86. * SessionStateServerHandler.cs: Cleanup params for
  87. HttpSessionState ctor. Make sure to always set is new, cookieless,
  88. and readonly properly.
  89. 2003-12-03 Jackson Harper <[email protected]>
  90. * SessionStateModule.cs: If using cookieless sessions add an
  91. onbegin request handler that parsers out session ids and rewrites
  92. the path. Also redirect to a url with an embedded session id if we
  93. are creating a new cookieless session.
  94. * SesionInProcHandler.cs:
  95. * SessionSQLServerHandler.cs:
  96. * SessionStateServerHandler.cs: Use SessionId::Lookup to lookup session
  97. ids, don't set the session id cookie anymore. That is handled by
  98. the SessionStateModule.
  99. * SessionId.cs: Add method for looking up session ids, add some constants.
  100. 2003-11-26 Jackson Harper <[email protected]>
  101. * SessionSQLServerHandler.cs: Fix typo in param name.
  102. 2003-11-25 Jackson Harper <[email protected]>
  103. * RemoteStateServer.cs: Update the session dictionary data and the
  104. static objects data.
  105. * SessionDictionary.cs: Remove type serialization methods, these
  106. have been moved to a utility class. Add convenience methods for
  107. converting to/from byte arrays.
  108. * SessionSQLServerHandler.cs:
  109. * SessionStateServerHandler.cs: Save/Restore static objects. Use new
  110. to/from byte array methods.
  111. * StateServerItem.cs: Hold static objects data.
  112. 2003-11-24 Jackson Harper <[email protected]>
  113. * SessionStateServerHandler.cs: Parse connection string. Need to
  114. look into what MS allows/doesn't allow better.
  115. 2003-11-24 Jackson Harper <[email protected]>
  116. * RemoteStateServer.cs: The state server object that will reside
  117. on the server and store session data and ids.
  118. * StateServerItem.cs: Container for session data.
  119. * SessionStateServerHandler.cs: Handler that communicates with the
  120. StateServer so sessions can be stored out of process.
  121. * SessionStateModule.cs: Allow state server mode.
  122. 2003-11-13 Jackson Harper <[email protected]>
  123. * SessionInProcHandler.cs: Use AppDomain.SetData so data is
  124. available across all threads. Set the path of session id
  125. cookies. Patch by Mohammad DAMT. Fixes bug #50922.
  126. 2003-11-06 Jackson Harper <[email protected]>
  127. * ISessionHandler.cs: Pass the SessionStateModule to handlers when
  128. updating.
  129. * SessionSqlServerHandler.cs:
  130. * SessionInProcHandler.cs: Accept SessionStateModule when
  131. updating. Use new SessionId.Create method for creating session
  132. ids.
  133. * SessionStateModule.cs: Add a random number generator that will
  134. be used for creating session ids. Pass this to handlers when
  135. updating.
  136. * SessionId.cs: New class for creating session ids.
  137. 2003-11-03 Jackson Harper <[email protected]>
  138. * HttpSessionState.cs (CopyTo): Copy values not keys. Patch by Yaron Shkop.
  139. 2003-11-03 Jackson Harper <[email protected]>
  140. * HttpSessionState.cs: Make the SessionDictionary accessable
  141. * ISessionHandler.cs: Add method to update the session state
  142. data in the handler. Pass the session config to handlers when
  143. initializing.
  144. * SessionConfig.cs: Add StateNetworkTimeout
  145. * SessionInProcHandler.cs: Updates because interface has
  146. changed, all functionality is the same.
  147. * SessionStateModule.cs: Get new config items, allow SQLServer
  148. session manager type. Update session handlers when the session
  149. state has been released.
  150. * SessionStateSectionHandler.cs: Add StateNetworkTimeout
  151. * SessionSQLServerHandler.cs: New class allows sessions to be
  152. stored in a database.
  153. 2003-10-28 Jackson Harper <[email protected]>
  154. * HttpSessionState.cs: Do not allow timeout to be set to less then
  155. one.
  156. 2003-10-28 Jackson Harper <[email protected]>
  157. * SessionInProcHandler.cs: Compute timeouts
  158. correctly. DateTime.Milliseconds is the just the milliseconds part
  159. of the time, it is not the entire time as milliseconds.
  160. 2003-10-13 Ben Maurer <[email protected]>
  161. * SessionStateModule.cs: prevent Context.State from being null if
  162. the module is inited in another HttpApplication. Fixes #49569.
  163. 2003-07-30 Andreas Nahr <[email protected]>
  164. * IStateRuntime.cs: New interface class
  165. * StateRuntime.cs: New class - stubbed out
  166. 2003-07-17 Andreas Nahr <[email protected]>
  167. * SessionInProcHandler.cs: Made these internal to fix signature and building CLS-compliant
  168. 2003-07-08 Gonzalo Paniagua Javier <[email protected]>
  169. * SessionDictionary.cs: locking.
  170. * SessionInProcHandler.cs: use the new method instead of the setter.
  171. 2003-07-01 Gonzalo Paniagua Javier <[email protected]>
  172. * ISessionHandler.cs:
  173. * SessionInProcHandler.cs:
  174. * SessionStateModule.cs: UpdateContext returns a bool indicating if we
  175. started a new session. Only call session start event if that is true.
  176. 2003-05-13 Gonzalo Paniagua Javier <[email protected]>
  177. * SessionStateModule.cs: fire application start and session start/end
  178. events.
  179. 2003-03-31 Stefan Görling <[email protected]>
  180. * HttpSessionState.cs:
  181. * ISessionHandler.cs:
  182. * SessionInProcHandler.cs:
  183. * SessionStateModule.cs: initial implementation of InProc session.
  184. 2003-03-13 Gonzalo Paniagua Javier <[email protected]>
  185. * HttpSessionState.cs: implemented CodePage.
  186. * SessionStateModule.cs: initial stuff to make it work.
  187. 2003-03-04 Gonzalo Paniagua Javier <[email protected]>
  188. * HttpSessionState.cs: reworked to use SessionDictionary.
  189. * SessionDictionary.cs: implemented serialization/deserialization.
  190. 2003-03-03 Gonzalo Paniagua Javier <[email protected]>
  191. * SessionConfig.cs:
  192. * SessionStateSectionHandler.cs: new files to read <sessionState>
  193. configuration.
  194. 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
  195. * SessionStateModule.cs: don't throw exception. Just for testing the
  196. configuration stuff until we implement this.
  197. 2002-08-18 Gonzalo Paniagua Javier <[email protected]>
  198. * HttpSessionState.cs: IsAbandoned is internal.
  199. * SessionDictionary.cs: scope fixes.
  200. * SessionStateModule.cs: added events.
  201. 2002-06-30 Gonzalo Paniagua Javier <[email protected]>
  202. * System.Web.SessionState/HttpSessionState.cs:
  203. Fixes based on class status page:
  204. - Add attributes (DefaultEvent, ParseChildren).
  205. - Fix declarations.
  206. - Explicitly implement some interfaces (IPostBackDataHandler
  207. and IPostBackEventHandler).
  208. - Implemented some missing methods.
  209. 2002-06-23 Gonzalo Paniagua Javier <[email protected]>
  210. * HttpSessionState.cs: implemented more methods/properties.
  211. * SessionDictionary.cs: New file.
  212. 2002-06-04 Gonzalo Paniagua Javier <[email protected]>
  213. * System.Web.SessionState/HttpSessionState.cs:
  214. * System.Web.SessionState/SessionStateModule.cs: new files with some
  215. implementation and the rest stubbed.
  216. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  217. * IReadOnlySessionState.cs:
  218. * IRequiresSessionState.cs:
  219. * SessionStateMode.cs: new files.