What is the different between cookies and session in php?
Answer Posted / shivani modi (msc.cs)
A cookie is a small information that retained on the client
machine, either in rthe browser's application memory or as
a small file written to the user's hard disk.It contains
aname/value pair-
setting a cookies means associating a value with a name and
storing that pairing on the client side..
Getting or reading a cookie means using the name to retrive
the value..
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?
Explain the difference between mysql_connect and mysql_pconnect?
Tell me is it possible to submit a form with a dedicated button?
What is the static variable in function useful for?
How can you propagate a session id?
What is the timeout period on session values?
What is active record in php?
Do you know what is the function func_num_args() used for?
What is a static method php?
Where are cookies stored php?
What is php beginner?
What is isset and unset in php?
Tell me how do I escape data before storing it into the database?
What is the difference between php traits vs interfaces?
How to change the principal password?