[Mono-bugs] [Bug 79876][Nor] New - FormsAuthentication.SignOut() bug
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Nov 9 09:44:26 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 andriy.tkach at stu-electronics.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79876
--- shadow/79876 2006-11-09 09:44:26.000000000 -0500
+++ shadow/79876.tmp.969 2006-11-09 09:44:26.000000000 -0500
@@ -0,0 +1,60 @@
+Bug#: 79876
+Product: Mono: Class Libraries
+Version: 1.1
+OS: other
+OS Details: SUSE 10.1
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: andriy.tkach at stu-electronics.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: FormsAuthentication.SignOut() bug
+
+Some http-errors happens during logout under not massive load.
+Errors are seen even with 1 simultanious browser connection.
+Here in attached example implemented forms authentication model, line:
+
+ FormsAuthentication.SignOut();
+
+in Authenticate.Logoff() method is the cause of httpErrors (I tried to th
+comment this line and test is ok).
+
+Bug is seen both by xsp & mod_mono
+
+see Aplication Center Test's screenshots in attachment
+
+Steps to reproduce the problem:
+1. Use example from attachment. Create with MS ACT (or similar software
+for flooding application with requests) test. That clicks on login, then
+logout.
+2. try to comment line FormsAuthentication.SignOut(); recompile project
+restart the test (see the difference)
+
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen?
+every time
+
+Additional Information:
+
+* Mono 1.1.18
+
+* At the last moment, I've excluded redirect to second page from this
+test,
+because mod_mono has unfixed troubles with Response.Redirect:
+
+http://bugzilla.ximian.com/show_bug.cgi?id=79861
+
+Regards,
+Andrey Tkach
More information about the mono-bugs
mailing list