Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a isset check to make sure there is no session before creating one #3429

Closed
wants to merge 1 commit into from

Conversation

paladox
Copy link

@paladox paladox commented Apr 25, 2018

This fixes an issue in php 7.2 where by it will fail if it trys to create mutiple sessions.

https://stackoverflow.com/questions/47700336/php-7-2-warning-cannot-change-session-name-when-session-is-active

Fixes #3428

@paladox
Copy link
Author

paladox commented Apr 25, 2018

Is fixed in 5d10077

@paladox paladox closed this Apr 25, 2018
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.

Using php7.2 fails with icingaweb2
1 participant