Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a isset check to make sure there is no session before creating one
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 Icinga#3428
- Loading branch information