[Mono-bugs] [Bug 44209][Maj] New - Failed to get Session object inside Session_Start

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 5 Jun 2003 14:47:26 -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 tberman@gentoo.org.

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

--- shadow/44209	Thu Jun  5 14:47:26 2003
+++ shadow/44209.tmp.31268	Thu Jun  5 14:47:26 2003
@@ -0,0 +1,55 @@
+Bug#: 44209
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: tberman@gentoo.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Failed to get Session object inside Session_Start
+
+Description of Problem:
+System.Web.HttpException: Failed to get session object
+in <0x00078> 00 System.Web.HttpApplication:get_Session ()
+in <0x0000f> 00 ASP.Global_asax:Session_Start (object,System.EventArgs)
+in <0x0006d> 01 System.MulticastDelegate:invoke_void_object_EventArgs
+(object,System.EventArgs)
+in <0x000f2> 00
+System.Web.SessionState.SessionStateModule:OnBeginAcquireState
+(object,System.EventArgs,System.AsyncCallback,object)
+in <0x00072> 01
+System.MulticastDelegate:invoke_IAsyncResult_object_EventArgs_AsyncCallback_object
+(object,System.EventArgs,System.AsyncCallback,object)
+in <0x00044> 00 .AsyncEventState:Execute ()
+in <0x0006f> 00 .StateMachine:ExecuteState (IStateHandler,bool&)
+
+Steps to reproduce the problem:
+1. Install Mono, MCS, mod_mono/xsp from cvs
+2. Copy Global.asax, customize.aspx, and session1.aspx into your
+MonoApplication directory
+3. 
+
+Actual Results:
+
+Above Error
+
+
+Expected Results:
+http://samples.gotdotnet.com/quickstart/aspplus/samples/apps/session1/VB/session1.aspx
+shows what the expected result is
+
+How often does this happen? 
+Every time
+
+Additional Information:
+The same application implemented with cookies instead of Session works
+flawlessy on xsp, and has small redirection issues on mod_mono (the cookie
+part is fine.)