tags:

views:

458

answers:

2

Hi, I have tried to use ZendSession class with AMFPHP, but AMFPHP uses raw PHP sessions in some of its functions and methods. I strongly need to manage all session variables by ZendSession. Is there any smart method to get it, instead of hack and modify original AMFPHP code?

+1  A: 

I know this is not the answer to your question, but did you take a look at http://framework.zend.com/download/amf ?

Simon Groenewolt
Thanks, but Zend AMF seems to be too slow (according to http://gfxcomplex.com/actionscript3/zend-amf-vs-amph_amfphp-ftw/), I'd like to avoid using it, if possible.
A: 

I've commented text above, but maybe it's not visible for first look, so I write it once again. I'm not interested in ZendAMF, because it seems to be very slow... But thanx for the answer :) So - any other idea?

If you want a comment like yours to be visible it is best to edit your original question - that way everyone will see it. Do not use the answers to make additional comments, because the order can change.
Simon Groenewolt