[Mono-bugs] [Bug 44197][Nor] New - Session_Start() error
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 5 Jun 2003 12:10:20 -0400 (EDT)
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 tberman@gentoo.org.
http://bugzilla.ximian.com/show_bug.cgi?id=44197
--- shadow/44197 Thu Jun 5 12:10:20 2003
+++ shadow/44197.tmp.23291 Thu Jun 5 12:10:20 2003
@@ -0,0 +1,39 @@
+Bug#: 44197
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: tberman@gentoo.org
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Session_Start() error
+
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Install Mono, MCS, and mod_mono from cvs
+2. Copy Global.asax and Application1.aspx from
+http://samples.gotdotnet.com/quickstart/util/srcview.aspx?path=/quickstart/aspplus/samples/apps/application1/application1.src&file=CS\Global.asax&font=3
+
+
+Actual Results:
+'Session is starting...' is not printed to your Response
+
+Expected Results:
+'Session is starting...' printed to your response between 'Request is
+starting...' and 'In Page.Load()'
+
+How often does this happen?
+Everytime
+
+Additional Information:
+The ASPSESSION session cookie is set.