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


Please Help Members By Posting Answers For Below Questions

What is print_r?

665


Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()

2052


What is cookie?

688


What is php written in?

739


How to use http headers inside php?

755


What is meant by variable variables in php?

705


Which is the dependent variable?

677


How many types of errors in php?

747


What is difference between array_merge and array_combine in php?

708


Does browser understand php?

656


What is global array in php?

745


What is html used for?

745


What is parent __construct ();?

747


What is the purpose of the '.myi' file extension? What do thes file contain?

701


What type of errors can be occurred in php?

745