"Remember Me" checkbox?
The client is requesting a 'remember me' checkbox where the user inputs their billing and shipping address. I'm not sure this is ideal as opposed to a login system. But in any case, I know I've seen it in a login system. I assume the approach would be to have the system store all the data on the page in a cookie if the box was checked, and then check for the cookie when visiting the page.
What webassist tools would I use to accomplish this?