What is the different between cookies and session in php?
Answer Posted / sri harsha
cookies are stored in client machine and session are stored
in server machine.
| Is This Answer Correct ? | 75 Yes | 4 No |
Post New Answer View All Answers
What is mysql_real_escape_string used for?
How to get no. of rows using MYSQL function?
Explain array_uintersect()?
Explain me what is the w3c?
What does namespace mean in php?
What is the difference between single quoted string and double quoted string?
Can I learn php without knowing c?
What is the goto statement useful for?
What is difference between static and constant in php?
What is namespace in php?
What is meant by pear in php? What is the purpose of it?
What is is_null() in php?
Can I use php in html?
Where is the submitted form data stored?
Define anonymous classes in php7?