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 the use of var_dump()?
Is php pass by reference or value?
Is php good for career?
Does php need a closing tag?
What is beforeRender() used?
How can you make a connection with mysql server using php?
How to get ip address of clients machine?
What is dao in php?
What is php compared to html?
Which is useful for method overloading?
What is the delimiter default in PHP?
What are the final class and final method?
Tell me how can you pass a variable by reference?
What are the benefits of using php and mysql?
Tell me what is the difference between the functions strstr() and stristr()?