[Mono-bugs] [Bug 71662][Nor] Changed - XSP: Accessibility to Session in Session_Ends (global.asax)

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Jul 24 14:55:59 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 schwimmlehrer at hotmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71662

--- shadow/71662	2005-02-13 03:26:05.000000000 -0500
+++ shadow/71662.tmp.18480	2005-07-24 14:55:59.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 71662
 Product: Mono: Tools
 Version: 1.1
 OS: Red Hat 7.3
 OS Details: Mono & XSP are 1.0.5
-Status: RESOLVED   
-Resolution: NOTABUG
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: XSP
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: aanfray at perinfo.com               
 QAContact: mono-bugs at ximian.com
@@ -71,6 +71,35 @@
 foo=hola
 Session ends (2:16:29 AM) ID=3EDD4C2824C6E667C4AEC3067C1DDE
 Session starts (2:17:00 AM) ID=6A1C1B52F3C121623F5C8B0A6F78CF
 foo=hola que tal
 Session ends (2:19:29 AM) ID=6A1C1B52F3C121623F5C8B0A6F78CF
 ============================
+
+------- Additional Comments From schwimmlehrer at hotmail.com  2005-07-24 14:55 -------
+I used the test case provided and on running it once it fails with
+this output:
+Adding applications '/:.'...
+Registering application:
+    Host:          any
+    Port:          any
+    Virtual path:  /
+    Physical path: D:\projects\chat2\sessiontest2
+Listening on port: 8080
+Listening on address: 0.0.0.0
+Root directory: D:\projects\chat2\sessiontest2
+Hit Return to stop the server.
+Session starts (20:23:05) ID=7EEB48872658DE8D680CE77B7B0630
+Error:Failed to get session object
+
+My environment:
+Windows XP
+Mono 1.1.8
+XSP 1.1.0.0
+XSP Command: "d:\mono\lib\mono.exe" --debug
+"d:\mono\lib\mono\1.0\xsp.exe" --verbose %*
+
+The Exception is thrown in HttpApplication.cs, because the session
+seems to be null:
+throw new HttpException ("Failed to get session object");
+I am still trying to figure out where the session is set to null
+(before the session expires)... if that's the problem.


More information about the mono-bugs mailing list