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 correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
Is php used in 2019?
Why do we use hooks?
Is php a mvc?
What is $_ server request_method == post?
What's the output of the ucwords function in this example?
What is php date function?
What are the rules in creating php variable?
Explain me soundex() and metaphone()?
Explain me the difference between include and require?
What is php artisan tinker?
Which function parses an English textual date or time into Unix timestamp in PHP.
What percentage of websites use php?
What are computer variables?
What is beforeRender() used?