Destructors and session data in the database
Destructors and session data in the database One of my projects uses its own session handler to write the session data to the database instead of to the file system. The first step is to mount and call your own functions with session_set_save_handler (). However, the problem arose here that PHP had already destroyed most […]