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
Why use static methods php?
What is the importance of parser in php?
How do you trim spaces in excel?
What is difference between post and put in rest?
How many keywords are there in php?
What is php date function?
What is meant by pear in php? What is the purpose of it?
How can we check the value of a given variable is alphanumeric?
Is wordpress a php framework?
What are super global variables in php?
How do I run a php program in dreamweaver?
Why do we use csrf token?
How can I make a script that can be bilingual (supports english, german)?
How can we access the data sent through the url with the post method?
Tell me what is the use of "enctype" attribute in a html form?