What is the different between cookies and session in php?
Answer Posted / sekhar
both are used for session tracking.
but there is some difference between these two.
cookies are stored in client side (not secured)
sessions are stored in server side (secured)
Is This Answer Correct ? | 59 Yes | 1 No |
Post New Answer View All Answers
Write a program to display table of a number using php?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
How to execute an sql query?
Why does php need server?
What are the advantages of indexes?
What are computer variables?
What is namespace and use in php?
How to access a global variable inside a function?
What is php namespace?
Can we use include ("xyz.php") two times in a php page "index.php"?
What was the old name of php?
How to count a number of words in a string in php?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
What does php do?
What is mvc in php?