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();
0条回答
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together