Mahyar Damavand

Results 2 issues of Mahyar Damavand

About this rule: https://12factor.net/config Short description: An app’s config is everything that is likely to vary between [deploys](https://12factor.net/codebase) (staging, production, developer environments, etc). The twelve-factor app stores config in environment...

### Affected page https://www.php.net/manual/en/function.setcookie.php ### Issue description The setcookie() documentation states: > Parameters: > options: > An associative array which may have any of the keys expires, path, domain, secure,...

bug