NB
Destroying the session automatically on upload is not materially possible.
The best way to handle this issue is to inform the user that, before uploading a new project (and if there is an existing session going on), he/she must destroy the previous session.
This is the best option at the moment as it does not involve further php. Everything is handled via Javascript. Precisely the code looks at the table and if the table is not empty (i.e. there is a session going on) we drop the alert message. E.g.
Fixes #2
NB Destroying the session automatically on upload is not materially possible. The best way to handle this issue is to inform the user that, before uploading a new project (and if there is an existing session going on), he/she must destroy the previous session.
This is the best option at the moment as it does not involve further php. Everything is handled via Javascript. Precisely the code looks at the table and if the table is not empty (i.e. there is a session going on) we drop the alert message. E.g.