[Mono-bugs] [Bug 76524][Nor] New - Session_End not called on XSP
shutdown
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Oct 23 09:37:44 EDT 2005
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 juraj at hotfeet.ch.
http://bugzilla.ximian.com/show_bug.cgi?id=76524
--- shadow/76524 2005-10-23 09:37:44.000000000 -0400
+++ shadow/76524.tmp.30699 2005-10-23 09:37:44.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 76524
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: FC4
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: juraj at hotfeet.ch
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Session_End not called on XSP shutdown
+
+1. Extract the test case
+2. start xsp
+3. request index.aspx
+4. stop xsp by pressing "enter"
+
+This is what you get:
+--------------------------------------
+[js at funnyfarm monobugs]$ xsp
+xsp
+Listening on port: 8080 (non-secure)
+Listening on address: 0.0.0.0
+Root directory: /home/js/monobugs
+Hit Return to stop the server.
+Application_Start
+Session_Start
+
+Application_End
+---------------------------------------
+
+We should see the message "Session_End" just before "Application_End".
+
+I'm using Mono fresh from SVN.
More information about the mono-bugs
mailing list