April 22, 2010
Posted by admin
Adobe Flex and PHP applications: Security
First of all let me tell you that you can communicate from Flex over HTPP or HTTPS. It depends on your need.
Second, when it comes to user authentication you can use basically the same workflow you use in HTML/PHP apps. For example suppose you authenticate the user from the client (could be an HTML form [...]