Hey guys
When i logout from the site i give an order to the logout button to delete all the cookies in my site
And then check if the cookies are still up or not
It works...
The problem comes when i reload the page multiple times and logout it doesn't delete the cookies
Tried to truple shoot the issue and found out that it happens when i reload a page that contains a video
Notes the logout button calls the function and start it but the delete methods for the cookies doesn't delete it its like it's disconnected or something