[Mono-bugs] [Bug 77785][Nor] New - SQLServerSessionState cannot
update session when the connection is closed by the server
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Mar 14 06:03:30 EST 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 informatique.internet at fiducial.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=77785
--- shadow/77785 2006-03-14 06:03:30.000000000 -0500
+++ shadow/77785.tmp.16782 2006-03-14 06:03:30.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 77785
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web.Services
+AssignedTo: lluis at ximian.com
+ReportedBy: informatique.internet at fiducial.fr
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: SQLServerSessionState cannot update session when the connection is closed by the server
+
+Steps to reproduce the problem:
+1. Load a WebApplication (with sql session state enabled), create a new session
+2. Restart PostGreSQL (or the database server)
+3. Try to reload or update the Session
+
+Actual Results:
+"Unrecognized Backend Response"
+
+Expected Results:
+It should work
+
+How often does this happen?
+Always
+
+Additional Information:
+There's no test on the connection before Loading the session
More information about the mono-bugs
mailing list