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
What is cookies? How to create cookies in php?
A process is identified by a unique___
What is the method to register a variable into a session?
What is variable declaration?
What is array function in javascript?
What is the difference between get & post ?
Write an example to remove html tags from a string in php?
Is php a framework?
What is difference between python and php?
Which function gives us the number of affected entries by a query?
What are the popular content management systems (cms) in php?
How to specify argument default values?
Explain the difference between require() and require_once()?
Tell me what is use of in_array() function in php?
Which function you can use in php to open a file for reading or writing or for both?