I’m trying to create a simple download page, which currently works in Firefox but not entirely in Chrome and Edge. The file to download is an mp3, located in a private directory on the server. When I download the file in Firefox it works as intended. If I download it using Chrome or Edge the file still downloads, but it
Tag: cross-browser
(Spotify) how to stop cross browser session sharing?
I’m using the spotify api and for some reason their session class blocks to store own data in $_SESSION. As a workaround I wrote a class ‘SystemHelper’: namespace App; It is possible now to store data in $_SESSION but the problem is that as long as I’m logged in with my account (own login form, not spotfiy account), everybody else
Download file not working well in safari with PHP
The code below is working well with all browsers but extension not show in safari. Maybe Content Type Issue ? Answer I got the answer, that work in all browsers for me 🙂