You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would solve my issue when I don't have free space on the disk of hosting PHP message: PHP Warning: Unknown: write failed: Disk quota exceeded (122) in Unknown on line 0PHP message: PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/sessions) in Unknown on line 0
Then users cant login.
Would this only for logging purpose or would you want to write/read MongoDB credentials to/from MySQL database?
Session data should be stored in MySQL database when it was provided
Add an option that you can provide MySQL connection data in the index.php and that session data will be stored in MySQL database when it was provided
The text was updated successfully, but these errors were encountered: