What is the different between cookies and session in php?
Answer Posted / sekhar
both are used for session tracking.
but there is some difference between these two.
cookies are stored in client side (not secured)
sessions are stored in server side (secured)
| Is This Answer Correct ? | 59 Yes | 1 No |
Post New Answer View All Answers
What are the features of object-oriented programming in php?
Explain what is the static variable in function useful for?
What is the current stable version of php?
What is difference between session and cookie in PHP?
What is an associative array?
Do you know what's the difference between __sleep and __wakeup?
Explain the changes in php versions?
How do you check if a variable has not been set in php?
What is the difference between require and include in php?
How do you display the output directly to the browser?
What does the arrow mean in php?
What is str_replace()?
What is psr in php?
Xplain is it possible to use com component in php?
Explain type casting and type juggling.