mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
Add URL rewrite issue note.
This commit is contained in:
parent
ab0e347f26
commit
f4c9deb452
@ -1498,6 +1498,10 @@ PHPAPI void php_session_reset_id(void) /* {{{ */
|
||||
}
|
||||
|
||||
if (APPLY_TRANS_SID) {
|
||||
/* FIXME: Restting vars are required when
|
||||
session is stop/start/regenerated. However,
|
||||
php_url_scanner_reset_vars() resets all vars
|
||||
including other URL rewrites set by elsewhere. */
|
||||
/* php_url_scanner_reset_vars(); */
|
||||
php_url_scanner_add_var(PS(session_name), strlen(PS(session_name)), ZSTR_VAL(PS(id)), ZSTR_LEN(PS(id)), 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user