localtunnel / server

server for localtunnel.me
https://localtunnel.me
MIT License
3.02k stars 979 forks source link

Session is not saved after forwarding #197

Closed H0pex closed 1 year ago

H0pex commented 1 year ago

Hi! I use PHP 7.4 to implement OAuth 2.0. After the server returns the client to the server from where it came from, the created session ($_SESSION) becomes completely empty. How can this be fixed? Maybe there is some startup option that is not in the documentation?