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 is the differences between $a != $B and $a !== $B?
What is array filter in php?
What is mvc? Why its been used?
What is env in laravel?
Is php object oriented?
What is the Default syntax used in PHP?
Can we set session value in javascript?
What does mysqli_query return?
How can you execute php script from the command line?
How to call php function from javascript using ajax?
How to include a file to a PHP page?
Is php a float?
Tell me what does pear stands for?
How can you retrieve data from the mysql database using php?
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?