Answer Posted / 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 |
Post New Answer View All Answers
What function do we use to find length of string, and length of array?
What is die in php?
What are the difference between array_keys() and array_key_exists() in php?
Is php a cms?
Explain the difference between $message and $$message?
What is a definer in mysql?
What is htaccess in php?
Why many companies are switching their current business language to php?
Why do we use sessions in php?
How to download files from an external server with code in php?
Tell us how to create an array of a group of items inside an html form?
Can we override static method in php?
Is php a middleware?
How many ways to include array elements in double-quoted strings using php?
What is final class and final method in php?