I have moved my site to a new hosting where PHP is 5.3.23.
Now when I call a page with ajax, it do not have a session.
<?php
session_start();
var_dump($_SESSION);
?>
session returns nothing.
I have moved my site to a new hosting where PHP is 5.3.23.
Now when I call a page with ajax, it do not have a session.
<?php
session_start();
var_dump($_SESSION);
?>
session returns nothing.