[Mono-bugs] [Bug 416076] [Regression] Session timeout is taken absolute from the start instead of idle time

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Aug 9 13:01:37 EDT 2008


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

User juraj at hotfeet.ch added comment
https://bugzilla.novell.com/show_bug.cgi?id=416076#c1


Juraj Skripsky <juraj at hotfeet.ch> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
            Summary|Session timeout is taken absolute from the start|[Regression] Session timeout is taken absolute
                   |instead of idle time                            |from the start instead of idle time




--- Comment #1 from Juraj Skripsky <juraj at hotfeet.ch>  2008-08-09 11:01:36 MDT ---
Adding the following global.asax to the testweb folder exposes another problem:
"Session_End" is not being called.

======
<script runat="server">
void Session_Start(object o, EventArgs e) {
        Console.WriteLine("Session_Start ({0})", DateTime.Now);
}

void Session_End(object o, EventArgs e) {
        Console.WriteLine("Session_End ({0})", DateTime.Now);
}

void Application_BeginRequest(object o, EventArgs e) {
        Console.WriteLine("App_BeginRequest ({0})", DateTime.Now);
}
</script>
=======

I've just tried this with Mono from SVN r105812 (2008-06-14) and can see both
issues, so the breaking change must have been committed before mid june...


-- 
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