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 |
In forms when i am click submit button it will store on the desired table as well as it send to paticuler mail id. Any body know the answer plz give me detail information.
What exactly is PHP?
What is the difference between query and inquiry?
Tell me what is the meaning of a final class and a final method?
In php how can you jump in to and out of "php mode"?
What is prepare in php?
How to create connection in php?
In how many ways we can retrieve the date in the result set of mysql using PHP?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?
How to get complete current page url in php?
How do you execute a php script from the command line?
What is inheritance in php progaming?