[Mono-list] Mono - httpHandlers

MonoMichal michal.x.malek at us.hsbc.com
Fri Mar 20 11:49:49 EDT 2009


Hi,

My AjaxPro handler doesn't work with cookieless session with Mono 1.9.1.

It works with cookie enabled session on IIS 5.1 and on Mono 1.9.1
It works with cookieless session on IIS 5.1, however it stops working when I
set cookieless="true" on Mono 1.9.1.

Here is how I defined handler.
<httpHandlers>
    <add verb="*" path="ajaxpro/*.ashx" type="AjaxPro.AjaxHandlerFactory,
AjaxPro"/>
</httpHandlers>

<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
cookieless="true" timeout="5"/>

When cookieless is set to true and I run it on mono there is no session key
attached to any link which uses ajaxpro handler.

For example:
Correct login page call (session key attached):
GET /(8DF33E8940A293E52150B9AA)/Screens/Login.aspx 

Wrong ajaxpro call (without session key):
GET /ajaxpro/BarracudaFrontEnd.Blotter2,BarracudaFrontEnd.ashx 

Can it be dependent on Apache configuration.
I appreciate any help as I can't find answer for this since weeks :(

Best Regards,
Michal
-- 
View this message in context: http://www.nabble.com/Mono---httpHandlers-tp22622028p22622028.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list