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
Do you know how can we check the value of a given variable is a number?
What are the encryption functions in php?
Is php free to use?
How to create a mysql connection?
What is the difference between substr() and strstr()?
What is Gd PHP?
How to run a php script?
What is the difference between overloading and overriding in php?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
Tell me what is the difference between exception::getmessage and exception::getline?
Suppose your zend engine supports the mode Then how can you configure your php zend engine to support Mode ?
Tell me how to execute an sql query? How to fetch its result?
Is it possible multiple inheritance in php?
What is the function file_get_contents() usefull for?
What is the difference between single-quoted and double-quoted strings in php?