On my web site we have activated the mobile redirect from cloudflare.
Now we want the access to full site on mobile device.
From cloudflare support we found "__cf_mob_redir = 0; domain=.example.com" for disable the mobile redirect (m.) but i dont know how to implement this cookie parameter to a real html link (for Desktop site link ) / php function (get ?) for the cokkie and redirect to the desktop page (www.).
Thanks in advance ... cookie is my nightmare.