1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

ext/session: fix typo in comment

This commit is contained in:
Gina Peter Banyard
2026-02-09 11:04:24 +00:00
parent 71096cd873
commit 888b393d2f

View File

@@ -1682,7 +1682,7 @@ PHPAPI zend_result php_session_start(void)
* Cookies are preferred, because initially cookie and get
* variables will be available.
* URL/POST session ID may be used when use_only_cookies=Off.
* session.use_strice_mode=On prevents session adoption.
* session.use_strict_mode=On prevents session adoption.
* Session based file upload progress uses non-cookie ID.
*/