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 is difference between array_merge and array_combine in php?
What is the use of strip_tags() method?
What is the use of return in php?
What is the difference between fopen() and fclose()?
How to reset/destroy a cookie?
/temp is a type of filesystem directory. State Whether True or False?
What is difference between core php and framework?
What is difference between web service and api?
What is putenv?
What is difference between session and cookies in php?
What are the advantages of triggers?
Explain what are the two main string operators?
What is php pathinfo?
Explain the difference b/w static and dynamic websites?
How long should a session last?