Tagged Questions
3
votes
1answer
119 views
Clearing cookie on logout and session expiration
I would like to clear the session cookie when a user logs out or when their session expires. I understand that wp_clear_auth_cookie(); clears the cookie but I am struggling to understand how to ...