[Mono-dev] System.Web regressions
Gonzalo Paniagua Javier
gonzalo at ximian.com
Thu Sep 8 18:37:07 EDT 2005
On Thu, 2005-09-08 at 21:57 +0200, Juraj Skripsky wrote:
> Hello,
>
> While testing one of our bigger web applications on the partly rewritten
> System.Web, I ran across two regressions:
>
> - global.asax: Session_Start and Session_End is never called
Session_Start wasn't being invoked. That's fixed now. Session_End might
take more time than what you set web.config for the session timeout
(default is 20 minutes), unless you call Abandon() on the session
object, in which case you'll get that event immediately in mono. In MS,
you'll have to wait more time to get the end event invoked.
-Gonzalo
More information about the Mono-devel-list
mailing list