Skip to content

'remove cookies' clarification

I'm wondering at what stage the remove cookies command is executed. For example, I have a step like this:
[STEP2]
remove cookies=%targetdomain%
modify url=/profile/%login%

just download=1

because I need to look at that url without being logged in to the site, so I can check whether the page will be visible to users/search engines. In debug mode, cookies still seem to be sent with the request.

Comments

  • SvenSven www.GSA-Online.de
    you need to use %targeturl% as parameter, not domain.
  • Using remove cookies=%targeturl% the issue persists, the wordpress_logged_in_* cookie still seems to be there.

    I've found a workaround for my needs though, so no worries.
Sign In or Register to comment.