Use of Session
Answers were Sorted based on User's Feedback
Answer / tulika sinha
A PHP session variable is used to store information about,
or change settings for a user session. Session variables
hold information about one single user, and are available
to all pages in one application
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / rajaneesh
Session variable helpus to check the user is correct
authentified one when he/she visit each pages
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / lakshmi
session are objects and not text files used to store data
and help servlet to transfer this data to other servlet
invocation so that the WEB SERVER understands that these
requests have come from the same client.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / psharma05
it is used for statemanagement. used for authentication.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
What is the difference between single-quoted and double-quoted strings in php?
> symbol is used to redirect the output of a command. State Whether True or False?
What is global variable php?
How many ways to include variables in double-quoted strings in php?
Why laravel is best php framework?
•How to access crystal reports through PHP code?
how to open & closing opening period in fico
Difference between array_combine and array_merge?
What is return value in php?
What is the PHP predefined variable that tells the What types of images that PHP supports?
Which function parses an English textual date or time into Unix timestamp in PHP.
Why laravel is the best php framework in 2019?