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
What is the use of rand() in php?
What is the main difference between php 4 and php 5?
What is global array in php?
What is php compared to html?
What are the different loops in php?
What is $row in php?
Write down the benefits of php7?
What are different types of errors available in Php?
What is html used for?
How to find the index of an element in an array php?
Explain the advantages of using PHP?
List types of array are available in php?
How long does a session last in php?
What is php mean?
What is inheritance in php with example?