0
I did a simple redirect with
wp_redirect(home_url());
exit();
And after that the cookies are cleared (Session too), which could not happen, how to persist cookies after redirection? From what I saw it seems to be the problem Exit() but without it the direction does not happen.
Thank you.