Storing and accessing current user data
flex newb...
trying understand best way store , access information current user of application. in coldfusion can create currentuser struct , stick in session scope. dealing whole different animal.
so looking best practise on how take data when user authenticated , make available entire application. have several queries on end require users id guess need getters each property.
if had guess create currentuser class , use import statement make available ever needed.
if you're using cf backend use cf security framework . in flex app ask login credentials, send data using setremotecredentials cf, cf validates data , if users has access send necessary info flex app.
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment