[flexcoders] flex authenticating and sessions...

2007-04-02 Thread ripe101
OK, I have only found several posts asking, and many answers that don't seem to really address the issue. How is user authentication and session management handled best in Flex? Taking into consideration the following: * All business logic is server side and available only to an

Re: [flexcoders] flex authenticating and sessions...

2007-04-02 Thread Nick Collins
The way I have been doing it, while admittedly probably not best, is this: I have all my roles and user information in my database. When the user types in their username and password, it is encrypted, sent to the CFC which decrypts it, and runs a query against the database. If the authentication