What are the 3 types of sessions?



What are the 3 types of sessions?..

Answer / Aman Kumar Mishra

The three types of sessions in PHP are: 1. Registered Sessions, 2. Cookies-based Sessions, and 3. Database-based Sessions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How check submit button is clicked in php?

1 Answers  


Explain Type hinting in PHP?

1 Answers  


Why do we use javascript in php?

1 Answers  


What is local variable in php?

1 Answers  


What is the function to count elements in an array in PHP?

1 Answers  


What is composer used for?

1 Answers  


what is the use of include() function when include_once() alone will enough?

1 Answers  


How to assigning a new character in a string?

1 Answers  


Here in this site i could not find the details for php ZEND certifications or i think u did not post any ? so i need the information about the php certification how to prepare and some of the mock exams?

1 Answers  


Where do we use get and post?

1 Answers  


What are the uses of explode() and implode() functions?

1 Answers  


What is the differences between $a != $B and $a !== $B?

1 Answers  


Categories