What is meant by session in php?
Answer / Dharmendra Kumar Upadhyay
In PHP, a session refers to a method of storing data across multiple requests. This data can include user authentication information and other user-specific details.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between str_replace and substr_replace
How will you create a bi-lingual site (multiple languages) ?
What is phpsessid?
How to add comments in php?
what is the difference between php and my sql
Swap two variables value without using third variable in php ?
What are php magic methods?
Differences between get and post methods?
What does $_env means?
Explain what is the static variable in function useful for?
How do you find the length of a string in php?
How to delete file in php?