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
What does csrf token mean?
What are the ways to define a constant in php?
How to create a web form?
What are the __construct() and __destruct() methods in a php class?
What are magic constants in php?
Is age interval or ordinal data?
Tell me what is the actually used php version?
Is age an interval or ratio?
What is php data type?
Explain how is it possible to cast types in php?
What is http get and post?
How is it possible to remove escape characters from a string?
Explain about the $_GET variable of PHP?
What is the meaning of a persistent cookie?
Why triggers are used in mysql?