Re: [Mono-list] WebService, SessionState and CookieContainer

2004-07-27 Thread beniniva
I'm sorry, I had not understood. Thanks, Valentina. Scrive Lluis Sanchez [EMAIL PROTECTED]: Valentina: You already reported this bug and it has already been fixed. You only need to wait for the next Mono release or compile it yourself from CVS. There is no need to send this bug report

[Mono-list] WebService, SessionState and CookieContainer

2004-07-26 Thread beniniva
Hi, I try to run a simple example of stateful web service. This example run well on windows with Explorer but no on Mono with Apache, why? In order to maintain stateful communication between a client application and a server application,I use session objects and the cookie container. On the

Re: [Mono-list] WebService, SessionState and CookieContainer

2004-07-26 Thread Lluis Sanchez
Valentina: You already reported this bug and it has already been fixed. You only need to wait for the next Mono release or compile it yourself from CVS. There is no need to send this bug report over and over on all mono lists. Thanks, Lluis. On dl, 2004-07-26 at 16:46, [EMAIL PROTECTED] wrote:

Re: [Mono-list] WebService, SessionState and CookieContainer.

2004-07-20 Thread Gonzalo Paniagua Javier
El vie, 16-07-2004 a las 10:48, [EMAIL PROTECTED] escribió: Sorry, Web services code is: Service1.asmx.cs client application code is:WebForm1.aspx.cs Could you attach your files and add a description on how to reproduce your problem in http://bugzilla.ximian.com? Thanks. -Gonzalo

Re: [Mono-list] WebService, SessionState and CookieContainer.

2004-07-20 Thread beniniva
I've posted the problem on http://bugzilla.ximian.com, Bug 61762 posted. I hope that it goes well, Valentina. Scrive Gonzalo Paniagua Javier [EMAIL PROTECTED]: El vie, 16-07-2004 a las 10:48, [EMAIL PROTECTED] escribió: Sorry, Web services code is: Service1.asmx.cs client application

Re: [Mono-list] WebService, SessionState and CookieContainer.

2004-07-16 Thread Jonathan Stowe
On Fri, 2004-07-16 at 09:14, [EMAIL PROTECTED] wrote: snip The Web services code is: Contatore.asmx.cs The client application code is: CounterCLI.aspx.cs Could anybody help me please? Your attachments appear to be formatted formatted as RTF please could you send them again. /J\

Re: [Mono-list] WebService, SessionState and CookieContainer.

2004-07-16 Thread Jonathan Stowe
On Fri, 2004-07-16 at 09:14, [EMAIL PROTECTED] wrote: snip The Web services code is: Contatore.asmx.cs The client application code is: CounterCLI.aspx.cs Could anybody help me please? Your attachments appear to be formatted formatted as RTF please could you send them again. /J\

Re: [Mono-list] WebService, SessionState and CookieContainer.

2004-07-16 Thread beniniva
Sorry, Web services code is: Service1.asmx.cs client application code is:WebForm1.aspx.cs Valentina. Scrive Jonathan Stowe [EMAIL PROTECTED]: On Fri, 2004-07-16 at 09:14, [EMAIL PROTECTED] wrote: snip The Web services code is: Contatore.asmx.cs The client application code is: