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
What is print_r?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
What is cookie?
What is php written in?
How to use http headers inside php?
What is meant by variable variables in php?
Which is the dependent variable?
How many types of errors in php?
What is difference between array_merge and array_combine in php?
Does browser understand php?
What is global array in php?
What is html used for?
What is parent __construct ();?
What is the purpose of the '.myi' file extension? What do thes file contain?
What type of errors can be occurred in php?