New test.
[mono.git] / mcs / class / System.Web / System.Web.SessionState / ChangeLog
index c4a66fc01f7ad871467ba5930653c084bb45f5cc..8a77874d8d7af9c56c73a4c6ebf57d48f243c78b 100644 (file)
@@ -1,3 +1,21 @@
+2006-10-12 Hubert FONGARNAND <informatique.internet@fiducial.fr>
+
+       Patch from Hubert FONGARNAND
+       
+       * SessionSQLServerHandler.cs (selectCommand): Instead of using
+       SELECT * for pulling the data out of the ASPStateTempSessions, use
+       the explicit column names.  This allows users to change the table
+       and not have any undesired side effects for our code.
+
+       (ReadBytes): This patch corrects a bug too in ReadBytes. The index parameter
+       was not properly used when calculating the size of the data.
+       
+2006-09-03  Robert Jordan  <robertj@gmx.net>
+
+       * SessionSQLServerHandler.cs: persist and handle the "timeout" and
+       "expire" properties of the session. Fixes bug #78281.
+       Patch by Boris Dores <babal@via.ecp.fr>.
+
 2006-08-08  Vladimir Krasnov  <vladimirk@mainsoft.com>
 
        * SessionInProcHandler.jvm.cs:
        * SessionStateModule.cs: fire application start and session start/end
        events.
 
-2003-03-31  Stefan Görling <stefan@gorling.se>
+2003-03-31  Stefan Görling <stefan@gorling.se>
 
        * HttpSessionState.cs:
        * ISessionHandler.cs: