Hi,

i'm using the qx.io.remote.Rpc() with PHP5 services with the firefox 
webbrowser without any problems - the same script has problems with 
internet explorer 6.

I find out, that the IE does not transport the php session_id in rpc
calls. To solve this problem, i hacked the qx.io.remote.Request()
in the qx.Proto._modifyProhibitCaching method and added the lines

if (session_name != undefined && session_id != undefined)
       this.setParameter(session_name, session_id);

where the session_name and session_id were global registered before.

My Question: Is there a better method to add CGI parameter, like
Session Id's to the Request URL without harm the Qooxdoo Api?


Thanks for any help.

Regards,
marcel


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to