[flexcoders] Making custom class data global

2007-08-26 Thread donvoltz
What is the best way to make the data in a custom class globally accessible to a multi-component application? I have a custom component called userlogin that consists of a form and connects to a database. When a user correctly logs in, the database returns a number of fields of data that I then

Re: [flexcoders] Making custom class data global

2007-08-26 Thread Tony Alves
Don, I currently use a similar method of authenticating my users in Flex and store user access information. My method might not be the best, but it works well for my configuration. I am using modules and other components that check login information. Here it is: I store all user data in an