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 a collection in php?
What is use of preg_replace in php?
Starting or restarting a computer is called
Is php harder than javascript?
What does php exit do?
Why do we use hooks?
How to retrieve values out of an array?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
What's php?
What is the different between count() and sizeof() in php?
What is isset and unset in php?
Do you know what's the difference between __sleep and __wakeup?
Explain object-oriented methodology in php?
Explain how is it possible to cast types in php?
Write the statements that are used to connect php with mysql