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

MonoMichal michal.x.malek at us.hsbc.com
Mon Mar 16 10:29:02 EDT 2009


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

However Ajax Call looks like:
GET /ajaxpro/BarracudaFrontEnd.Blotter2,BarracudaFrontEnd.ashx
GET
/(672A5BF52F66A80354B4620A)/ajaxpro/BarracudaFrontEnd.Blotter2,BarracudaFrontEnd.ashx
Session key is attached in second call however it's new session key. 
I loose session and nothing works.
Should be the same as in Login page request so 8DF33E8940A293E52150B9AA.

I appreciaty any help. Fighting with this a long time.

Best Regards,
Michal



Gonzalo Paniagua Javier-5 wrote:
> 
>> I can't solve a problem that I can't reproduce ;-). Would you mind
>> entering a bug in bugzilla.novell.com and attaching a self-contained
>> test case that reproduces the problem? Contrary to common knowledge, in
>> the case of tests, the smaller the better.
> 

-- 
View this message in context: http://www.nabble.com/Mono-is-losing-session-when-cookieless%3D%22true%22-tp21984030p22539420.html
Sent from the Mono - Dev mailing list archive at Nabble.com.



More information about the Mono-devel-list mailing list