I made a simple redirect with
wp_redirect(home_url());
exit();
And after that the cookies are clean (the session too), what could not happen, how to persist cookies after the redirect? From what I've seen seems to be the exit () problem, but without it the targeting does not happen.
Thank you.