What is the different between cookies and session in php?
Answer Posted / ritu
Cookies is an object but session is a process
cookie is an identifier stored on client.session is used
for storing data on the server between client requests.
cookies are stored in client mechine.session are stored in
server mechine
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How can we calculate the similarity between two strings?
How check submit button is clicked in php?
Tell me can you extend a final defined class?
How to update memcached when you make changes to php?
Write a statement to show the joining of multiple comparisons in php?
What kind of variable is age?
How to create an empty array in php?
How is a constant defined in a PHP script?
How can image properties be retrieved in php?
Do you know what is php?
Which function would you use to merge two arrays in php?
How can I learn php fast?
Write an example to remove html tags from a string in php?
What is put method in php?
Why use static methods php?