Where sessions stored in PHP?
Answer / Chetan Anand
By default, sessions in PHP are stored on the server-side using files. The session data is saved in a file within the php_session directory of your web server root (usually /tmp or /var/lib/php/sessions). However, you can also configure PHP to store sessions in a database.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of namespace in php?
what is the default session expire time in php? what is default file attachment size in mail in php?
Explain Type hinting in PHP?
What is the main difference between require() and include()?
Why php is used with mysql?
how to extract month from given date by using string functions?
Why ide is recommended for use while programming with php?
how can i get USA time using php...
What are the differences between GET and POST methods in form submitting?
Write a program to get second highest number in an array using php?
Explain the differences between get and post methods?
WWhat is the functionality of md5 function in PHP?