What is meant by session in php?



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

Post New Answer

More PHP Interview Questions

What is difference between str_replace and substr_replace

1 Answers  


How will you create a bi-lingual site (multiple languages) ?

3 Answers  


What is phpsessid?

1 Answers  


How to add comments in php?

1 Answers  


what is the difference between php and my sql

4 Answers  


Swap two variables value without using third variable in php ?

1 Answers   MCN Solutions,


What are php magic methods?

1 Answers  


Differences between get and post methods?

1 Answers  


What does $_env means?

1 Answers  


Explain what is the static variable in function useful for?

1 Answers  


How do you find the length of a string in php?

1 Answers  


How to delete file in php?

1 Answers  


Categories