What is the different between cookies and session in php?
Answer Posted / ritu
Cookies is an object but session is a process
cookie is an identifier stored on client.session is used
for storing data on the server between client requests.
cookies are stored in client mechine.session are stored in
server mechine
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Why many companies are switching their current business language to php? Where php basically used?
How do I install php?
Do you know what are traits?
How to create a directory?
What does $_server means?
What is the meaning of php?
What is meant by ‘passing the variable by value and reference' in php?
What is the function to count elements in an array in PHP?
Does php have multiple inheritance?
What is the default time of cookie in php?
Why do we use in php?
How a variable is declared in php?
What are the functions to be used to get the image's properties (size, width and height)?
Explain include(), include_once, require() and require_once?
What is empty php?