[Mono-bugs] [Bug 78281][Maj] Changed - timeout and expire fields in SessionSQLServerHandler

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon May 15 19:27:33 EDT 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by robertj at gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=78281

--- shadow/78281	2006-05-04 04:44:20.000000000 -0400
+++ shadow/78281.tmp.22897	2006-05-15 19:27:33.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: Sys.Web
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: babal at via.ecp.fr               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -50,6 +50,18 @@
 Boris Dores
 
 ------- Additional Comments From babal at via.ecp.fr  2006-05-04 04:44 -------
 Created an attachment (id=16915)
 patch proposal
 
+
+------- Additional Comments From robertj at gmx.net  2006-05-15 19:27 -------
+I'm not so happy with parts of this patch:
+
+1. DeleteExpiredSessions on every session update is overkill
+   and basically slows down every request. This should be done
+   offline, for example with Mono's dbsessmgr tool.
+
+2. NOW() doesn't work with all databases supported by
+   SessionSQLServerHandler.
+
+


More information about the mono-bugs mailing list