What is the different between cookies and session in php?
Answer Posted / sekhar
keeping track of client request to a webserver from a
browser instance with in a predefined time is called as
session tracking.
we can perform the session tracking in 4 ways.
1) Hidden fields
2) Url rewriting
3) Cookies
4) Session/Http server sessions
| Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
Is time a dependent variable?
How to create a session? How to set a value in session? How to remove data from a session?
What does addslashes do in php?
What is form validation in php?
Is php the same as html?
What are the types of variables in php?
What is mvc php?
What is the function in PHP do not return a timestamp?
How can we submit from without a submit button?
How to assigning a new character in a string using php?
Explain the three different kinds of Arrays?
How to set a value in session? How to remove data from a session?
Is php a case sensitive language?
Is php used for frontend or backend?
What is an object in php?