i’m searching for the correct solution to check if the user accepts cookies or not without realoading the page. Facebook and other pages can check it without a page reload.
I can’t find any solution like this.
Has anybody a good pratice to check if the user has cookies accepted?
Thank you very much.
My guess is that you should write a cookie and then query another page (the one who actually checks if the cookies are enabled) through AJAX.