pimcore / demo

The Official Pimcore Demo Package - You're new to Pimcore? That's your entry point! 🤓
Other
97 stars 106 forks source link

[Bug]: Long running (web) requests block the user session #584

Closed alexz707 closed 2 weeks ago

alexz707 commented 3 weeks ago

Expected behavior

If there is a long running request the user should be able to do other things in the frontend while the request is running.

Actual behavior

Users session gets locked and so the user has to wait until the long running request is finished.

Steps to reproduce

A switch from FS session storage to a DB handler removes this lock and so the user can do other things while the request is running.