We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
session_*
$_SESSION
session_start() and other session-related functions # Creating a session writes a file to the server and is unreliable in a multi-server environment.
Creating a session writes a file to the server and is unreliable in a multi-server environment.
The text was updated successfully, but these errors were encountered:
Disallow use of PHP sessions.
c9d32a2
Closes #75
Flagging usage of $_SESSION var is addressed in 62829ec
Sorry, something went wrong.
Add sniff to check for usage of $_SESSION var
62829ec
Successfully merging a pull request may close this issue.
session_*
functions.$_SESSION
variable.The text was updated successfully, but these errors were encountered: