stevencorona / SessionHandlerCookie

A simple HMAC-cookie based session handler implementation for PHP 5.4's SessionHandlerInterface
MIT License
43 stars 14 forks source link

adds boolean returns to `write` and `destroy` #12

Open duksis opened 2 years ago

duksis commented 2 years ago

fixes #11

One possible solution for the warning messages in logs described in #11 following the example of Laravel https://github.com/laravel/framework/issues/15717