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 the use of extract function in php?
What is the use of trim in php?
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
Explain what is the main difference between require() and require_once()?
How the web server interprets php and interacts with the client?
Explain setcookie() function in php?
What is the difference between array_map () and array_shift ()?
Can php run without server?
Explain what are the three classes of errors that can occur in php?
Does php support multiple inheritance?
What is csrf token in php?
What is the difference between get and post method in php?
How to set a page as a home page in a php based site?
What is csrf cookie?
Can we override magic methods in php?