Store it in a local SharedObject maybe?
I’d make a hash that could be validated by whatever your authentication system is rather than the clear text user/pass though. Beau From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of mbhoisie Sent: Tuesday, March 04, 2008 11:13 AM To: [email protected] Subject: [flexcoders] A persistent logon system in flex? I'm trying to implement a "remember me" feature in a Flex/BlazeDS application. This is where users enter their credentials in a flex message box, and something identifying their logon session is stored on the flex client, even if they close and re-open the application. I've been looking at storing this information in attributes on FlexSession and FlexClient, but these are temporary, and any attributes get deleted when the application is closed. Has anyone been able to do this, without reverting to an ugly ajax bridge? The server-side is a simple tomcat servlet. Thanks! Mike No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.21.4/1310 - Release Date: 3/4/2008 8:35 AM No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.21.4/1310 - Release Date: 3/4/2008 8:35 AM
<<image001.jpg>>
<<image002.jpg>>

