Skip to content

Conversation

@koreus
Copy link
Contributor

@koreus koreus commented Feb 17, 2025

$_SERVER['HTTPS'] is set only when HTTPS protocol (as described on php.net)
So $http was never set to $http='http://'
Cookie session was created with secure=true even with http connection and it was not working with Safari browser.

$_SERVER['HTTPS'] is set only when HTTPS protocol (as described on php.net)
So $http was never set to $http='http://'
Cookie session was created with secure=true even with http connection and it was not working with Safari browser.
@mambax7 mambax7 merged commit 4a60917 into XOOPS:master Mar 10, 2025
4 checks passed
@mambax7
Copy link
Collaborator

mambax7 commented Mar 10, 2025

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants