Problem Statement
Where are PHP session files usually stored by default?
Explanation
By default, PHP stores session data as temporary files on the server in a directory defined by the session.save_path configuration in php.ini.
Practice Sets
This question appears in the following practice sets:
