I am using Xampp version 7.0.1-0 . I am using the default port as usual. Everything works fine but while starting a session, the browser can't access the page, rather than it says "This site can't be reached". Here is the simple php code what's I am trying:
<?php
session_start();
echo session_id();
?>
I tried different browsers but the problem still remains. Can anyone please help me?