Sessions not working in Safari

2019-09-15 11:55发布

问题:

When I define a variable with $_SESSION['variable'] = "Some random text"; it works perfectly in Google Chrome. When I do it on Safari, it does not store the variable. I am using session_start();