[Mono-bugs] [Bug 60726][Blo] New - Page_Unload not executing in ASP.NET

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Jun 2004 23:07:37 -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 fernando_cerini@yahoo.com.

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

--- shadow/60726	2004-06-24 23:07:37.000000000 -0400
+++ shadow/60726.tmp.3132	2004-06-24 23:07:37.000000000 -0400
@@ -0,0 +1,36 @@
+Bug#: 60726
+Product: Mono: Runtime
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: fernando_cerini@yahoo.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Page_Unload not executing in ASP.NET
+
+Description of Problem:
+The Page_Unload method is not executing.
+
+Steps to reproduce the problem:
+1. In Page_Load write a session variable
+2. In Page_Unload assign the session variable
+
+Actual Results:
+The session variable is always empty
+
+Expected Results:
+The session variable should be initialized in page_Unload
+
+How often does this happen? 
+Allways
+
+Regards
+Fernando Cerini