[Mono-bugs] [Bug 324256] Sessions not working in webservices

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Oct 30 06:06:05 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=324256#c1


winand appelhoff <appelhoff at visualacting.de> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
           Severity|Normal                                          |Blocker
             Status|NEEDINFO                                        |NEW
      Info Provider|josef.semmler at gmail.com                         |
           Priority|P3 - Medium                                     |P1 - Urgent
           Platform|Other                                           |All




--- Comment #1 from winand appelhoff <appelhoff at visualacting.de>  2007-10-30 04:06:04 MST ---
example "test-case":

tested running mono 1.2.5 under suse 10.2/ windows xp:

(adapted from the default webservice project in visual studio)

Service.cs:

using System;
using System.Web;
using System.Web.Services;
using System.Web.Services.Protocols;

[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class Service : System.Web.Services.WebService
{
    public Service () {
    }
    [WebMethod(EnableSession=true)]
    public void Nothing() {
        // NOP
    }   
}

Service.asmx:

<%@ WebService Language="C#" CodeBehind="~/App_Code/Service.cs" Class="Service"
%>

xsp2/mod-mono grinds to a halt
removing (EnableSession=true) "solves" this problem


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