[Mono-bugs] [Bug 77884][Nor] Changed - Session not available in
AcquireRequestState
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Apr 11 16:51:19 EDT 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 gonzalo at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77884
--- shadow/77884 2006-04-11 01:05:39.000000000 -0400
+++ shadow/77884.tmp.410 2006-04-11 16:51:19.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 77884
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: gonzalo at ximian.com
ReportedBy: informatique.internet at fiducial.fr
QAContact: mono-bugs at ximian.com
@@ -71,6 +71,17 @@
------- Additional Comments From gonzalo at ximian.com 2006-04-11 01:05 -------
Created an attachment (id=16749)
global.asax.cs used for testing
+
+------- Additional Comments From gonzalo at ximian.com 2006-04-11 16:51 -------
+Okay, it's true that under MS the stuff added using OnXXAsync gets
+called before the ones added using 'XX += bleh', but there's no
+guarantee that Session will not be null until *after* the
+AcquireRequestState event has been processed. So use
+PreRequestHandlerExecute instead if you want to use the Session object.
+
+http://www.eggheadcafe.com/articles/20021016.asp
+
+
More information about the mono-bugs
mailing list