Re: [flexcoders] AMFPHP Sessions

2007-03-04 Thread Anthony Lee
Can someone provide and example of how to use AMFPHP with sessions. I can't seem to get it to work. Ditto. Sessions are referenced all over the place but I couldn't find a working example. tonio

Re: [flexcoders] AMFPHP Sessions

2007-03-04 Thread aaron smith
Are you trying to use sessions in your service methods? You can use $_SESSION['whatever'] ='something' 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

[flexcoders] AMFPHP Sessions

2007-03-03 Thread Kevin
Can someone provide and example of how to use AMFPHP with sessions. I can't seem to get it to work. The documentation states: 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