PHP Suhosin

Suhosin is a set of patches to improve security for PHP. Please research it thoroughly and do not apply it blindly.

Notes

Disable suhosin (mostly?)

suhosin.simulation = On

Allow session data to be shared on a wildcard subdomain

session.cookie_domain = ".domain.com"
suhosin.session.cryptdocroot = Off