Re: [Mono-dev] Mono is losing session when cookieless="true"

2009-03-23 Thread Gonzalo Paniagua Javier
On Mon, 2009-03-16 at 07:29 -0700, MonoMichal wrote: > Hi Gonzalo, > > I figured out that it is only AjaxPro library which doesn't work on my Mono > with cookieless session. > > I'm using AjaxPro library from: > http://ajaxpro.info/ in version --> AjaxPro.dll 6.10.6.2 > > I use mono-version 1.9.

Re: [Mono-dev] Mono is losing session when cookieless="true"

2009-03-16 Thread MonoMichal
Hi Gonzalo, I figured out that it is only AjaxPro library which doesn't work on my Mono with cookieless session. I'm using AjaxPro library from: http://ajaxpro.info/ in version --> AjaxPro.dll 6.10.6.2 I use mono-version 1.9.1: I have httpHandler in my web.config: All ajax calls don't

Re: [Mono-dev] Mono is losing session when cookieless="true"

2009-02-23 Thread Gonzalo Paniagua Javier
On Thu, 2009-02-12 at 12:13 -0800, MonoMichal wrote: > Hi, > > I have a problem, I need to use cookieless session. > It works very good on my windows machine (Windows XP 5.1 Build 2600, IIS > 5.1), I experience no issues. > > However when I migrate my project to mono server, mono is losing sessio

[Mono-dev] Mono is losing session when cookieless="true"

2009-02-22 Thread MonoMichal
Hi, I have a problem, I need to use cookieless session. It works very good on my windows machine (Windows XP 5.1 Build 2600, IIS 5.1), I experience no issues. However when I migrate my project to mono server, mono is losing session. I have trouble reading data from Session object. My application