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
Is facebook still written in php?
What is in php 7?
What is the difference between == and === operator in PHP?
What is the function func_num_args() used for?
Does php support multithreading?
What are global variables in php?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What are the functions to be used to get the image's properties (size, width and height)?
How to turn on the session support?
What is overloading and overriding in oop?
What is instantiation?
How can you declare a constant variable in php?
How is it possible to set an infinite execution time for php script?
What is full form of PHP?
How many types of session are there?