I have a Flex app where the first screen is a Login page. This is replacing an ASPX/HTML site, and one thing I never realized was how much users rely on the browser's ability to "remember" passwords. Now that I've launched the new site, a lot of users are asking why it doesn't save their password for the next time they come back.
Has anyone tried to interface with the browser's password save/recall capability? This happens automatically on HTML/.NET forms. I'm exploring other possibilities, like making the Login page an HTML form and *then* loading the Flex app *or* saving the username/password in a local shared object and recalling it the next time the user comes back (emulating the browser's built-in password save/recall).