[Mono-bugs] [Bug 411680] New: Mono discards HTTP too early

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jul 23 16:45:07 EDT 2008


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


           Summary: Mono discards HTTP too early
           Product: Mono: Class Libraries
           Version: 1.9
          Platform: x86-64
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: Dax at daxxfiles.net
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=229609)
 --> (https://bugzilla.novell.com/attachment.cgi?id=229609)
A simple testcase to reproduce (session-timeout 1 minute)

Description of Problem:
Mono discards HTTP sessions after (timeout) minutes from session start, while
MS.NET discards sessions after (timeout) minutes from last request using that
session.


Steps to reproduce the problem:
1. untar attachment
2. run xsp2
3. open your browser
4. wait 15 seconds
5. press f5: the shown number should have increased
6. goto 4


Actual Results:

After (timeout) minutes - 1 minute in example - the session is discarded and a
new one is started.


Expected Results:

The session should not expire during reproduction of the bug.


How often does this happen?

Every time.


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