Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi..
i am making some user authentication on server side and based on that i am returning a user profile object to flex client, now at client side i want to receive that object and want to store that object in application scope such that all pages of flex application should have access of that object through out the session.how can i do this?
thanks
Posted

1 solution

Set up a facade[^] at start of the FLEX application. You can then access that class and write and read from it.

regards
Torsten
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900