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 to get ip address of clients machine?
Where is php code written?
What does trim () do in javascript?
What is html used for?
How to stop the execution of php script?
for image work which library?
Do you know how to declare an array in php?
Tell me what does $_env means?
What is php? Why it is used?
Can we use onclick in submit button?
What is the use of $_server and $_env?
What is php sequence?
How do http requests work?
What is uniqid php?
Which is better get or post method?