Answer Posted / sagar_joshi
Session support in PHP consists of a way to preserve
certain data across subsequent accesses. This enables you to
build more customized applications and increase the appeal
of your web site.
A visitor accessing your web site is assigned a unique id,
the so-called session id. This is either stored in a cookie
on the user side or is propagated in the URL.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Is php still in demand?
How to remove all duplicate values in array in php?
How to support multiple-page forms?
Can we use php variable in javascript?
What is a persistent cookie in php?
When to use inquire vs enquire?
Write a program using while loop?
Write syntax to open a file in php?
Why many companies are switching their current business language to php? Where php basically used?
What does $globals mean?
What backslash character will match whitespace?
What is the difference between array_pop() and array_push()?
What does the scope of variables means?
what is CURL?
Is key in array php?