RE: [flexcoders] A persistent logon system in flex?

2008-03-24 Thread Rick Winscot
eau Scott Sent: Tuesday, March 04, 2008 1:26 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] A persistent logon system in flex? 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 cl

RE: [flexcoders] A persistent logon system in flex?

2008-03-04 Thread Beau Scott
11:13 AM To: flexcoders@yahoogroups.com 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 l

Re: [flexcoders] A persistent logon system in flex?

2008-03-04 Thread Derrick Anderson
can you use sharedobjects? On Tue, Mar 4, 2008 at 1:13 PM, mbhoisie <[EMAIL PROTECTED]> wrote: > 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

[flexcoders] A persistent logon system in flex?

2008-03-04 Thread mbhoisie
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 sto