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

Crash resistance #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Crash resistance #28

wants to merge 1 commit into from

Conversation

AyrA
Copy link

@AyrA AyrA commented Aug 14, 2017

  • PHP will generate a notice when attempting to start a session when one has already been started -> Check session status and start only when needed
  • $_SESSION['_CAPTCHA']['config'] can be missing when users delete cookies -> Ensure the key is there before attempting to deserialize it.

- PHP will generate a notice when attempting to start a session when one has already been started -> Check session status and start only when needed
- $_SESSION['_CAPTCHA']['config'] can be missing when users delete cookies -> Ensure the key is there before attempting to deserialize it.
@claviska
Copy link
Collaborator

Thanks for contributing. Please see #29 and let me know if you're interested.

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 this pull request may close these issues.

3 participants