Home
last modified time | relevance | path

Searched refs:SESSION_FORBIDDEN_CHARS (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/session/
H A Dsession.c97 #define SESSION_FORBIDDEN_CHARS "=,;.[ \t\r\n\013\014" macro
1279 ZEND_ASSERT(strpbrk(PS(session_name), SESSION_FORBIDDEN_CHARS) == NULL); in php_session_remove_cookie()
1327 …if (strpbrk(PS(session_name), SESSION_FORBIDDEN_CHARS) != NULL) { /* man isspace for \013 and \0… in php_session_send_cookie()

Completed in 12 milliseconds