That is what I was looking for. Thanks!
Regards, Scott ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of seanmcmonahan Sent: Tuesday, January 26, 2010 1:18 PM To: [email protected] Subject: [flexcoders] Re: Flex/PHP securing functions Have you looked into remoting with Zend AMF? When using Zend AMF you can use Zend's authentication features. Examples here: http://framework.zend.com/manual/en/zend.amf.server.html <http://framework.zend.com/manual/en/zend.amf.server.html> Authentication/access control stuff is at the bottom. --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Scott" <h...@...> wrote: > > I've worked a lot with coldfusion and flex using cflogin/roles. I have > a project that I'm working on now that the backend will be done in PHP. > Since this is a "pet" project I'm using flash builder 4 to learn before > the release (And I'm really liking it!) > > > > I've found documentation with connecting flex to php through an > httpservice call. I modified this using a php class/function call > instead of calling a httpservice. However, this doesn't protect the php > functions on the server. Is there a method like the coldfusion > cflogin/roles in php? I'm assuming that session information is not > available in PHP (as it isn't in coldfusion as well). > > > > Thanks > > Scott > -- This message has been scanned for viruses and dangerous content by MailScanner <http://www.mailscanner.info/> , and is believed to be clean.

