Closed spaze closed 7 months ago
See
for reasons why (phpinfo() echoes cookie values like the session id, which may then be stolen with XSS for example, bypassing HttpOnly cookie flag), and use https://github.com/spaze/phpinfo instead of just calling phpinfo().
phpinfo()
HttpOnly
See
for reasons why (
phpinfo()
echoes cookie values like the session id, which may then be stolen with XSS for example, bypassingHttpOnly
cookie flag), and use https://github.com/spaze/phpinfo instead of just callingphpinfo()
.