What is cookie?



What is cookie?..

Answer / Mridul Kumar Saxena

Cookies are small text files that store information about a user's interaction with a website. They are sent by the server to the client (browser) and stored on the client side for future reference. Cookies are used to store session IDs, preferences, login credentials, and other data that can be used later in the session or across multiple sessions. This helps websites remember user settings and provide personalized content.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How to fix "headers already sent" error in php

1 Answers  


What is the use of get and post method in php?

1 Answers  


how to upload 100mb file using .htaccess..

2 Answers  


What is slim framework?

1 Answers  


Why do you need to filter out empty files?

1 Answers  


What is mean by RSS?How can i use this?

1 Answers   TCS,


Tell me how is it possible to know the number of rows returned in result set?

1 Answers  


How to repeat a string to a specific number of times in php?

1 Answers  


Explain converting an object?

1 Answers  


Is c similar to php?

1 Answers  


Why does php need server?

1 Answers  


what is the difference between php and my sql

4 Answers  


Categories