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
Which php global variable is used for uploading a file?
Is it more secure to use cookies to transfer session ids?
Tell me what is the main difference between php 4 and php 5?
What is scope of variable in php?
How to process the uploaded files?
What does isset() function?
How do you put a space in html?
How does php strcmp work?
Why sessions are used in php?
What is config file in php?
Tell me what does pear stands for?
What is an example of a variable?
Does php require a web server?
Explain how to run the interactive php shell from the command line interface?
How can we submit a form without using submit buttons?