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
Which function parses an English textual date or time into Unix timestamp in PHP.
How to add comments in php?
Is php dying 2018?
What happens when submit button is clicked?
How to download and install php for windows?
How can we set and destroy the cookie in php?
Tell me how to set a page as a home page in a php based site?
What is config file in php?
How can we display information of a variable and readable by human with php?
Why do we use cookie?
What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What type of comments are supported by PHP.
What is php session start?
Can you specify the "new line" character in single-quoted strings?
Why session is required?