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
What are escaping characters? Explain with an example?
Write a program to swap two numbers using php.
What changes I have to do in php.ini file for file uploading?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What difference between require() and require_once()?
What is the difference between for and foreach?
What are the characteristics of php?
Why php language is used?
What is htaccess? Why do we use this and where?
What is a base url?
Is json a string php?
What is php? Why it is used?
Tell me what does $_env means?
What is reference variable php?
Where php basically used?