denusklo

Results 7 comments of denusklo

> # Deceit > ## Windows 10 > * Works in `Windowed` mode > * Doesn't work in `Fullscreen` mode > > ## Solution (Windows-only) > Install AutoHotKey and run...

Can you suggest any ways to handle that? is it add cache handler at `vercel.json` `env` field? ![image](https://user-images.githubusercontent.com/79653229/230255728-90f1bf2d-33fb-4ef3-a495-067f7672e756.png)

![image](https://user-images.githubusercontent.com/79653229/230776974-104c635b-4923-4b12-9a58-abcc04874a33.png) I have added cache path, but now the session is missing when I try to assess `$_SESSION`, where should session path locate?

![image](https://user-images.githubusercontent.com/79653229/230782222-64b12169-9be9-42cc-ac6d-5c9432de934c.png) the session and cache path I set. but got this error ![image](https://user-images.githubusercontent.com/79653229/230782248-5d75d38b-3a54-46d2-8a0b-2ac5b46b1520.png) to solve this error I have tried to set `build scripts` at `package.json` to - make new...

fyi I have already make a `build` script in `package.json`: ![image](https://user-images.githubusercontent.com/79653229/231333001-1f211668-4cfc-4b7c-b3f4-8cae7b7cd135.png) and run it in `vercel.json`: ![image](https://user-images.githubusercontent.com/79653229/231333233-ddb127b8-df76-48a9-9147-e59000412adc.png) and it actually ran when building vercel runtime: ![image](https://user-images.githubusercontent.com/79653229/231333309-dfd848ac-65de-4b44-a506-65666c4ecedc.png)

I have encouter this issue before but I end up using databse as session driver. just need to provide your db credential and `SESSION_DRIVER=database` is fine

@Transyfor the place for me to put db credential and `SESSION_DRIVER=database` is file `.env` at the root directory