DeCysos
Phoenix Foto Service
▶🚶Reproduction steps

== Request denied
📃Error log message
🤔 What I think
It is a problem with Ajax (Javascript) that it does not recognize the session cookie (session) without the page being reloaded.

For test purposes, I completely removed the Samesite option from me, so all cookies should be set and readable.
- Dashboard -> Settings -> Image Upload --> Upload user interface SET On-page container
- Go to youre Site (example: https://pfs.red) & Login
- Upload a Picture
(use this button) - stay on the page (keep tab open) for 1 hour (no less) (Do nothing in the time in the TAB)
- Upload an image again
(Now try to upload two or more pictures (the error should only come with one picture, but you would theoretically be redirected immediately))
- See the error message

== Request denied
📃Error log message
Code:
[Tue Jan 07 11:51:53.403114 2020] [proxy_fcgi:error] [pid 30419] [client 172.68.xxx.xxx42440] AH01071: Got error 'PHP message: Anfrage verweigert'
🤔 What I think
It is a problem with Ajax (Javascript) that it does not recognize the session cookie (session) without the page being reloaded.

For test purposes, I completely removed the Samesite option from me, so all cookies should be set and readable.