Website crashed, How to clear out folder at /var/www/files/tmp that is over 1gb

We are using Concrete version 5.6.3.3. Our website was down this morning and we found these errors in the log:

[Mon Dec 30 08:30:54.868255 2024] [:error] [pid 23788] [client 172.20.0.1:24829] PHP Warning: Unknown: open(/var/www/files/tmp/sess_mdj1kh8jmq2n2lrunn3ii5qam6, O_RDWR) failed: No space left on device (28) in Unknown on line 0,
[Mon Dec 30 08:30:54.868309 2024] [:error] [pid 23788] [client 172.20.0.1:24829] PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/www/files/tmp) in Unknown on line 0
[Mon Dec 30 08:34:47.468736 2024] [:error] [pid 24200] [client 172.20.0.1:31790] PHP Warning: Unknown: open(/var/www/files/tmp/sess_n592fdfna21s9kvqoqi9k916h3, O_RDWR) failed: No space left on device (28) in Unknown on line 0
[Mon Dec 30 08:34:47.468801 2024] [:error] [pid 24200] [client 172.20.0.1:31790] PHP Warning: Unknown: Failed to write session data (files).

We aren’t able to view the files located in the /var/www/files/tmp folder via either Webmin file manager or directly through command prompt at the server. We’ve shut down the server and restarted again and the website is running but it hasn’t cleared out this folder (/var/www/files/tmp) which is over 1 gigabyte. Is there a recommended way to remove the unnecessary files or clean up this folder?

You can safely delete the files/tmp and the files/cache folders because concrete will create new empty tmp and cache folders next time the website is viewed in a browser with the cache and tmp folders missing.