If you're talking about consisting data across Flex application runs then look at SharedObject.getLocal().
HTH, Sam ------------------------------------------- We're Hiring! Seeking a passionate developer to join our team building Flex based products. Position is in the Washington D.C. metro area. If interested contact [EMAIL PROTECTED] -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of honoraryvato Sent: Monday, November 19, 2007 9:53 AM To: [email protected] Subject: [flexcomponents] Session variables I did some research on session variables with Flex. The only options that I can see is to either have the .NET page that the SWF is on to check if there is already a session variable or not and then use something like FlashVars to load it in. Another option is to have Flex itself call out to a page that then checks the session. Are these the only two options? As there a nicer way for Flex to read/write session variables?
