hi i got a login form in flex with a coldfusion backend and it work's perfectly 
but i need it to go one step further. store login data form the cfquery so that 
it can be reused throughout the flex app. here is a senario. the login form has 
a username and password textinput fields which are validated using a remote 
object call to a cfc that queries a db table with username, password and email 
fields. now when login is successful i would like to store the data returned 
from the cfc including email for use throughout my application. please help me 
out here. thanks

Reply via email to