Some controller functions in codeigniter is setting up humans_21909 cookie. And the page source appears to be as follows
<script>document.cookie = "humans_21909=1"; document.location.reload(true)</script>
The same project worls perfectly on local server. but on live server it shows this stuff.
This is a network related issue. I just switched my internet connection to different wifi and it works fine. Don't know more about this error but it solved by this way.
Once I degraded the PHP version, the error has gone. May be because codeigniter deperciated syntax or some other features in the new version. Thanks
I have found that issue is coming from cookie. Please set a cookie in header.php file with project path in this after set of cookies page will reload without changing web URL
e.g
I think your issue with resolve with this