Skip to content

ext/session: Add tests for session_regenerate_id() write/destroy failure paths#22687

Open
jorgsowa wants to merge 1 commit into
php:masterfrom
jorgsowa:session-regenerate-id-tests
Open

ext/session: Add tests for session_regenerate_id() write/destroy failure paths#22687
jorgsowa wants to merge 1 commit into
php:masterfrom
jorgsowa:session-regenerate-id-tests

Conversation

@jorgsowa

Copy link
Copy Markdown
Contributor

Covers FAILURE branches where a userland save handler's write() or destroy() returns false during session_regenerate_id(), which should warn and return false while leaving the current session ID unchanged.

Covers the previously untested FAILURE branches where a userland
save handler's write() or destroy() returns false during
session_regenerate_id(), which should warn and return false while
leaving the current session ID untouched.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant