The filesystem (Answer A). By default, PHP stores all session information in the /tmp folder; users of operating systems where this folder doesn't exist (such as Windows) must change the default value of the session.save_path php.ini setting to a directory appropriate for their setup (e.g.: C:\Temp).