SoloSubmit uses cookies to automatically enter user contact information. After users enter this information once they do not need to keep re-entering it (unless they delete the cookie file). You can disable SoloSubmit cookies if you need to.
Create a backup copy of the SoloSubmit.htm file.
Open the SoloSubmit.htm file in Notepad or another text editor.
Find the following code.
function writeCookies() { var expdate = new Date (); expdate.setTime (expdate.getTime() + (365 * 24 * 60 * 60 * 1000)); // 365 days from now with(document.theForm) {
Comment the function writeCookies code.
//function writeCookies() //{ //var expdate = new Date (); //expdate.setTime (expdate.getTime() + (365 * 24 * 60 * 60 * 1000)); // 365 days from now //with(document.theForm) //{
Save the SoloSubmit.htm file. Cookies are now turned off.