Why do we need session?
Answer / Vineeta Singh
Sessions are used in PHP to maintain user information across multiple pages or sessions, allowing for personalized and interactive experiences. For example, they can be used to store shopping cart items, logged-in status, preferences, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is php call function?
Why sessions are used in php?
What is the difference between myisam and innodb?
How to pass variables and data from php to javascript?
What does PEAR stands for?
Is php harder than javascript?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
How can we encrypt the password using php?
Is php easy language to learn?
What is the best php framework 2018?
Where are the session values stored?
What are PHP Magic Methods/Functions. List them.