I have built a Flash Remoting program that allows a user to connect to a web-server via a login screen. The program resides on the users computer. I was wondering if there was a way to save "cookies" so that the program remembers the users login information for them.... basically a standard "remember me" function for a client-side program.
In my research I have seen that you cannot write to an XML using Flash or JS (hopefully I'm wrong).
Is this something I should be doing with Flex? Can I pull cookies from the web-browser and/or save them to a browser so I can pull them with the program later?
This program is a self-contained EXE file, complied as a Windows Projector file in Flash.
Thanks
In my research I have seen that you cannot write to an XML using Flash or JS (hopefully I'm wrong).
Is this something I should be doing with Flex? Can I pull cookies from the web-browser and/or save them to a browser so I can pull them with the program later?
This program is a self-contained EXE file, complied as a Windows Projector file in Flash.
Thanks