104k views
5 votes
Which of the following is allowed in a cookie’s value?

Question 10 options:

space

number

comma

semicolon

User Kabra
by
4.9k points

1 Answer

4 votes

Answer:

number

Step-by-step 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.

User GeekTechnique
by
5.4k points