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

Disallow use of PHP sessions #75

Closed
2 tasks done
westonruter opened this issue Oct 11, 2013 · 1 comment · Fixed by #102
Closed
2 tasks done

Disallow use of PHP sessions #75

westonruter opened this issue Oct 11, 2013 · 1 comment · Fixed by #102

Comments

@westonruter
Copy link
Member

  • Flag any instance of session_* functions.
  • Flag any accessing of the $_SESSION variable.

Creating a session writes a file to the server and is unreliable in a multi-server environment.

@ghost ghost assigned shadyvb Oct 20, 2013
shadyvb added a commit that referenced this issue Oct 20, 2013
@shadyvb
Copy link
Contributor

shadyvb commented Oct 20, 2013

Flagging usage of $_SESSION var is addressed in 62829ec

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.

2 participants