middlewares / php-session

PSR-15 middleware to create a php session using the request data
MIT License
14 stars 3 forks source link

fix: get session name from options if available and not explicity set #14

Closed darkalchemy closed 2 years ago

darkalchemy commented 2 years ago

I tried using ternary operators first, but 3 tests failed. So changed to null coalescing operators and all test pass.

Thanks

oscarotero commented 2 years ago

Thank you!