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

Gonzalo Paniagua Javier gonzalo.mono at gmail.com
Mon Mar 23 14:37:32 EDT 2009


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.1:
> 
> I have httpHandler in my web.config:
> <httpHandlers>
>      <add verb="*" path="ajaxpro/*.ashx" type="AjaxPro.AjaxHandlerFactory,
> AjaxPro" />
> </httpHandlers>
> 
> All ajax calls don't have session key attached in url when using mono.
> When running project on IIS 5.1 everything works fine.
> 
> So for example: 
> Call to login page /screens/login.aspx looks like (using fiddler - 3 files
> as example - session key same everywhere):
> GET /(8DF33E8940A293E52150B9AA)/Screens/Login.aspx
> GET /(8DF33E8940A293E52150B9AA)/images/user.gif HTTP/1.1
> GET /(8DF33E8940A293E52150B9AA)/scripts/Accordion/rico.js

This sounds familiar. I think I fixed this problem looong time ago for
ajaxpro, so it must be a regression.

Do you mind entering a bug report in bugzilla.novell.com with all this
info?

Thanks!

-Gonzalo




More information about the Mono-devel-list mailing list