Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Sometimes we get a strange issue on Projeqtor since we migrated to nginx+php-fpm with nginx as reverse proxy + SSL completion (previously apache+php-fpm under Docker).
The browser displays "Vous êtes déjà connecté [...] dans une autre fenêtre [...]" / "Already connected [...] in another window [...]".
Deleting the PHPSESSID cookie seems to fix the issue. It would be better to get a permanent fix.
ProjeqtorV9.2.1
PHP : 7.3.22-fpm-buster
Nginx : Alpine variant from docker hub
It is a fix on V9.2.1.
Before; it was possible to open 2 tabs on ProjeQtOr and that set the mess. (new tab should be opened with dedicated button on projeqtor to avoid melting data between tabs)
What you face is due to uncorrectly closed php session.
We added a workaround on V.9.2.2 : you'll be able to double-clic the text in the blocking page to continue.
Perfect then ! Thank you for your help.