I started to upload my project to a hosting server. But I got this error when I try to access a subdomain:
file_put_contents(C:\xampp\htdocs\njt_private_project\thermo\storage\framework/sessions/JyNXpbnsmCU6vLK2OsPVRHPaQmvMQK5YIem2QXUt): failed to open stream .
As I understand laravel still use my local cache even in the server. How can I fix this issue manually?
Note: I don't have access to the terminal in my serve so i can't clear or config or run in artisan command.