[Mono-bugs] [Bug 82193][Nor] Changed - [2.0] Global.asax with scope="session" not being instantiated

Thu, 26 Jul 2007 08:59:33 -0700

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 [EMAIL PROTECTED]

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

--- shadow/82193        2007-07-26 09:35:36.000000000 -0400
+++ shadow/82193.tmp.15800      2007-07-26 12:18:50.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 82193
 Product: Mono: Class Libraries
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: FC6
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
@@ -49,6 +49,18 @@
   at System.Web.UI.Control.LoadRecursive () [0x00000] 
   at System.Web.UI.Page.InternalProcessRequest () [0x00000] 
   at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context)
 [0x00000] 
 
 This works with xsp, but not with xsp2.
+
+------- Additional Comments From [EMAIL PROTECTED]  2007-07-26 12:18 -------
+Session.StaticObjects seems to be null as following page results in a NRE:
+
+<script runat='server'>
+void Page_Load(object o, EventArgs e) {
+       Session.StaticObjects.ToString();
+       //Basket.ToString();
+}
+</script>
+
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to