PHP 8.5.0 Alpha 1 available for testing

Voting

: min(zero, four)?
(Example: nine)

The Note You're Voting On

descartavel1+php at gmail dot com
2 years ago
Always try to set the prefix for your session name attribute to either `__Host-` or `__Secure-` to benefit from Browsers improved security. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#attributes

Also, if you have auto_session enabled, you must set this name in session.name in your config (php.ini, htaccess, etc)

<< Back to user notes page

To Top