Hello All,
In PHP file i have session variables like 'token'.
When I am using the same PHP file in java script
$_post("path_to_php_file.php",{
}`, function(data){
});
Then it is not giving me that token.
Why so?
Am not starting any session in that file again.