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 php 5.6 secure?
What is final keyword in php?
What is Apache's configuration file typically called?
Tell me what is the difference between exception::getmessage and exception::getline?
What is the difference between nowdoc and heredoc?
What is difference between web service and api?
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?
Does cors prevent csrf?
What is a php namespace?
What is input sanitization in php?
Can we use session in mvc?
Is php a web server?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
What is difference between compile time and run time polymorphism?