Respuesta :

Answer:

number

Explanation:

Of the following the allowed cookie's value is number.

space, comma, semicolon are not  accepted in cookies value.

A cookie is often used to identify a user. A cookie is small file that the server embeds on users computer.  With PHP we both create and retrieve cookie values. Setcookie( ) function is used to create a test cookie.