Hi! I have not tested weborb yet, but I worked with AMFPHP a lot of times, and it has a very usefull feature to me, it can manage sessions without cookies and without extra code:
Code:Cookieless sessions
AMFPHP automatically handles sessions for you and sends back a header to Flash with a redirect to the gateway with the PHPSESSID appended to the query, meaning cookieless sessions are supported.
Can WebOrb make something similar?
(also I'm interested in this feature for WebOrb Java)
Thanks!
Enrique.
PS: AMFPHP works fine with Flash (not flex), can we use WebOrb with Flash too?