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
How to get length of an array in PHP?
Do you know when sessions ends?
Tell me what is the use of isset() in php?
Why overriding is called runtime polymorphism?
What are different types of Print Functions available in PHP?
How to get no of arguments passed to a PHP Function?
How to redirect a url from http to https in .htaccess?
How to calculate the length of a string?
Do you know how can php and html interact?
What is member variable?
What's the difference between __sleep and __wakeup?
Can we learn php without html?
Is php used in 2019?
Which MySQL function would you use to select a database?
how to track user logged out or not? when a user is idle?