denusklo
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? 
 I have added cache path, but now the session is missing when I try to assess `$_SESSION`, where should session path locate?
 the session and cache path I set. but got this error  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`:  and run it in `vercel.json`:  and it actually ran when building vercel runtime: 
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