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

Tell me in php, objects are they passed by value or by reference?

524


What exactly is PHP?

599


Explain Creating and Naming an Array?

583


What is the difference between get & post ?

533


How to select a database in php?

569






Write a program to show the joining of two strings in php?

515


What is $_ request?

509


What is the difference between exception::getmessage and exception::getline?

525


how to open & closing opening period in fico

1209


Do you know what does mvc stand for and what does each component do?

495


Explain how we can retrieve the data in the result set of mysql using php?

495


Tell me is it possible to remove the html tags from data?

522


How to remove values saved in the current session?

526


How to create a public static method in PHP?

546


What is final class and final method?

565