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

Warning message after implementation #11

Open
duksis opened this issue Jul 4, 2022 · 0 comments · May be fixed by #12
Open

Warning message after implementation #11

duksis opened this issue Jul 4, 2022 · 0 comments · May be fixed by #12

Comments

@duksis
Copy link

duksis commented Jul 4, 2022

After adding SessionHandlerCookie to the code my logs got flooded with these messages

NOTICE: PHP message: PHP Warning:  session_write_close(): Session callback expects true/false return value in Unknown on line 0
NOTICE: PHP message: PHP Warning:  session_write_close(): Failed to write session data using user defined save handler. (session.save_
path: /tmp) in Unknown on line 0

I'm running php 7.3.33

duksis added a commit to duksis/SessionHandlerCookie that referenced this issue Jul 4, 2022
fixes stevencorona#11 

One possible solution for the warning messages in logs described in stevencorona#11 
following the example of Laravel laravel/framework#15717
@duksis duksis linked a pull request Jul 4, 2022 that will close this issue
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 a pull request may close this issue.

1 participant