[Mono-bugs] [Bug 50263][Wis] New - Session.Timeout can be set to less then 1
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 28 Oct 2003 15:36:43 -0500 (EST)
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 jackson@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50263
--- shadow/50263 2003-10-28 15:36:43.000000000 -0500
+++ shadow/50263.tmp.16141 2003-10-28 15:36:43.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 50263
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System.Web
+AssignedTo: jackson@ximian.com
+ReportedBy: jackson@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Session.Timeout can be set to less then 1
+
+Session.Timeout can be set to less then 1. On MS setting Session.Timeout to
+0 or a negative throws an exception: System.ArgumentException: The argument
+to SetTimeout must be greater than 0.
+
+This bug was originally posted with bug #49688
+
+
+Steps to reproduce the problem:
+1. Run attached aspx page
+2.
+3.
+
+Actual Results:
+blank page
+
+
+Expected Results:
+exception thrown
+
+How often does this happen?
+allways
+
+Additional Information: