Hi! I want to export an Excel table with PHP. That table contains links to the actual website. The problem is that these links can only be seen by an authenticated user. When I click the links in the Excel file, even if I've logged in to my website (so technically there is a session already started), the page won't open, but instead redirects me to the login screen (so it starts another session).
Any solutions?