Blog  |  Contact Us

Search the Knowledgebase Browse by Category
Turning Off Cookies in SoloSubmit
Last Updated
6th of July, 2009

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.

  1. Create a backup copy of the SoloSubmit.htm file.
  2. Open the SoloSubmit.htm file in Notepad or another text editor.
  3. 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)
    {
  4. 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)
    //{
  5. Save the SoloSubmit.htm file. Cookies are now turned off.
Attachments
No attachments were found.
Related Articles

© 2012 Seapine Software, Inc., All rights reserved.