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
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
What is the main difference between asp net and php?
Can we embedded directly PHP code into XHTML document? State Whether True or False?
Explain how can php and javascript interact?
Describe PHP error and logging information?
What is global array in php?
How do you check is php not empty?
What is difference between include and include_once in php?
What is the maximum size of a database in mysql?
What are the main error types in php and how do they differ?
What is session in PHP. How to remove data from a session?
How can I embed a java program in php file and what changes have to be done in php.ini file?
How to make horizonatl menu and vertical menu responsive
How to pass variables and data from php to javascript?
How to create a directory?