[Mono-bugs] [Bug 629990] New: SessionID available at Session_End arrives with an InProc prefix

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Aug 10 10:48:05 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=629990

http://bugzilla.novell.com/show_bug.cgi?id=629990#c0


           Summary: SessionID available at Session_End arrives with an
                    InProc prefix
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.6.x
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: jordimash at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (X11; U; Linux i686; ca; rv:1.9.2.8)
Gecko/20100723 Ubuntu/10.04 (lucid) Firefox/3.6.8

Hello,

I have the typical application that has a Global class derived from 
System.Web.HttpApplication.

In the Session_Start method The session object contains a valid Session ID,
like:
D3EFA6F8194075639E4A5B32

But at the Session_End event the ID that I get is:
@@@InProc at D3EFA6F8194075639E4A5B32 with the '@@@InProc@'

The behaviour with the Microsoft .Net framework is that the SessionID contains
the right sessionID in both cases.

Reproducible: Always

Steps to Reproduce:
1.
2.
3.

-- 
Configure bugmail: http://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