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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to