Viewing 1 replies (of 1 total)
  • Thread Starter davedillonphoto

    (@davedillonphoto)

    solved the problem myself using this line of code on my static home page:

    <?php
    setcookie ("smarter-navigation[title]", "", time() - 3600);
    ?>

    Hope this can help someone else.

Viewing 1 replies (of 1 total)
  • The topic ‘manually clearing cookie?’ is closed to new replies.