fix: set correctly request->session

The session cookie was not created because request->session pointed at
a temporary session.

While here:
- do some cleaning in App
- set request->mount too
- add fcgi_cannot_create_request_delay to the config
- fix: in mailregister plugin get model_connector from env (and not from the request)
This commit is contained in:
2022-07-30 18:37:50 +02:00
parent 4b46ba1fe3
commit 968660e8ca
7 changed files with 43 additions and 48 deletions

View File

@@ -172,6 +172,7 @@ Error Functions::CheckSpecialFile(const Item & item)
system->mounts.ReadMounts(item.item_content.content_raw);
system->mounts.CalcCurMount(cur->request);
cur->mount = system->mounts.pmount;
cur->request->mount = cur->mount;
templates->ReadNewIndexTemplates();
templates->ReadNewChangeTemplates();