What is the different between cookies and session in php?
Answer Posted / sudheer
Both are stoarage purpose but session is server side &
cookie is client side.
in cooke omly data will store but in sessions objects as
well as data stored.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
How many types of arrays are there in php?
What are the Formatting and Printing Strings available in PHP?
What is difference between array_merge and array_combine in php?
How to set session.gc_maxlifetime properly?
Does php has a future?
What is $row in php?
What does trim () do in javascript?
How long does a php session last for?
Which is incorrect with respect to separating php code and html?
What is php beginner?
How to split a string into array using php?
What is namespaces in PHP?
What is final class and final method in php?
What exactly is PHP?
Why do we use hooks?