Ravi,

BTW,  you can access the client IP at the backend using

String ipAddress = FlexContext.getHttpRequest().getRemoteAddr();
---------------------------------------------
import flex.messaging.FlexContext;

FlexContext is part of flex-messaging.jar
------------------------------------------------------


Please keep in mind the following while implementing SharedObject based solution:
1. encrypt the username/password
2. The SharedObject is shared accross browsers i.e. if you have IE and Firfox installed then the same shared object will be accessible in both. This can be a advantage or disadvantage
depending on the type of application.


Thanks
Bhuvan

On May 31, 2007, at 4:34 PM, Ravi Kumar Gummadi wrote:


Thanks guys,


Too lazy to completely browse the docs as well! ;)


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Ravi Kumar Gummadi
Sent: Thursday, May 31, 2007 3:29 PM
To: [email protected]
Subject: [flexcoders] Remember Username/Password !


Hi all,


How do we enable the functionality of remembering the credentials (username/password) in a flex application?

Since we can’t know the IP address of client, I don’t see a way how we achieve it.


Any inputs would really do a world of good.


Thanks in Advance


Regards

Ravi

Partygaming






Reply via email to