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 the phpstorm?
What is urlencode and urldecode in php?
How can you execute php script from the command line?
What language is similar to php?
Who is known as the father of php?
How is a constant defined in a PHP script?
What is meant by pdo in php?
What is the difference between client-side and server-side programming?
What is mysql_real_escape_string used for?
What is the difference between get and post in php?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
How does php strcmp work?
What is the Pipe Symbol represented?
What are the difference between abstract class and interface in oops?
Write a program to display a table of any given number?