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

Add additional session checks #23

Open
6 of 9 tasks
enygma opened this issue Nov 8, 2013 · 3 comments
Open
6 of 9 tasks

Add additional session checks #23

enygma opened this issue Nov 8, 2013 · 3 comments
Labels

Comments

@enygma
Copy link
Member

enygma commented Nov 8, 2013

Check for valid values of:

  • session.entropy_file
  • session.entropy_length
  • session.use_strict_mode
  • session.use_only_cookies
  • session.cookie_lifetime
  • session.use_trans_sid
  • session.hash_function (set to 1)
  • session.bug_compat_42 (set to 0)
  • session.bug_compat_warn (set to 0)

http://www.php.net/manual/en/session.configuration.php

@enygma
Copy link
Member Author

enygma commented Nov 8, 2013

Should renaming the session cookie (PHPSESSID) be considered? I could see it being a "warning" item, but not a failure.

enygma added a commit that referenced this issue Nov 9, 2013
#23 added session.use_only_cookies check
@xsist10
Copy link
Contributor

xsist10 commented Jan 7, 2014

New merge pull #67 for:

session.hash_function (set to non-broken hashing mechanism)
session.bug_compat_42 (set to 0)
session.bug_compat_warn (set to 0)

@sbusch
Copy link

sbusch commented Mar 17, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants