What is the different between cookies and session in php?
Answer Posted / deepak nagar
session is always use to maintain the state b/w browser and
the WEB server, HTTP is stateless which doesnt know about
the users,session is powerfull enemy of ststeless..
Cookie stored a client end and this is the queation pn the
security...
Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How can you execute php script from the command line?
What is the use of htmlentities in php?
What does mvc stand for and what does each component do?
What is static method php?
What is the use of is_array() and in_array()?
What is psr in php?
What is meant by pear in php? What is the purpose of it?
How to check your php installation?
What are php strings?
Which function(s) in PHP computes the difference of arrays?
What is the use of post in php?
What are traits?
Tell me how do I escape data before storing it into the database?
Is php a web server?
Explain the difference between mysql_connect and mysql_pconnect?