Flex and PHP sessions
Posted Monday, May 18, 2009 at 8:11 PM

Hello,

I'm currently using Flex in combination with AMFPHP for my database communication. I'm using a MySQL database.

The problem is that for my communication with my database I use services in AMF that are not really protected. So I was thinking of using sessions to see if a user is logged in. If so, only than can certain functions be called.

Does anyone have exp. with this?