https://bugzilla.novell.com/show_bug.cgi?id=372897

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=372897#c1





--- Comment #1 from Juraj Skripsky <[EMAIL PROTECTED]>  2008-03-21 06:09:01 MST 
---
This code in SessionStateModule.OnAcquireRequestState() seems to be part of the
problem:

if (!(context.Handler is IRequiresSessionState)) {
   Trace.WriteLine ("Handler (" + context.Handler + ") does not require session
state");
   return;
}

After commit r98108, context.Handler is null when this method is called.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to