>Well, you would need to pass the password back from your action page to the
>form page.  You can store the passwords in a shared scope and then on the
>form page you detect for if teh shared scoped variable exists.
>
>Generally though, you may not want this feature. Operating Systems force
>users to always retype passwords as to nt sotre private security data
>between sessions.  The only time it should remember is when the system is
>ready to commit the database to a secured database location that has
>encryption on the password.  Preferably, you would want this process on an
>SSL enabled folder so that passwords are not sent in clear text to the
>action page.
>
>Cheers,
>Teddy


thanks teddy thats a very good point, ill leave it as it is :)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254447
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to