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
Explain the difference between php4 and php5.
What is php string function?
How do I get csrf token?
What is form submission?
How do you remove whitespace from the beginning and end of a $string variable?
How long will it take to learn php?
What is T_PAAMAYIM_NEKUDOTAYIM?
Is python similar to php?
What happens if an expected input field was not submitted?
Explain the importance of the function htmlentities.
How to take a substring from a given string in php?
How can you compare objects in php?
Write a program to find no of days between two dates in php?
What is local variable in php?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?