[Mono-bugs] [Bug 372897] [REGRESSION] Session not available in Page_Init
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Mar 21 08:09:02 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=372897
User juraj at hotfeet.ch added comment
https://bugzilla.novell.com/show_bug.cgi?id=372897#c1
--- Comment #1 from Juraj Skripsky <juraj at hotfeet.ch> 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.
More information about the mono-bugs
mailing list