better session handling

- separated from component
- handle visibilityState / closing of the tab

Signed-off-by: chandi Langecker <git@chandi.it>
This commit is contained in:
chandi Langecker
2022-09-05 11:53:13 +02:00
parent 6bfb54e2b3
commit 38aed97d69
7 changed files with 143 additions and 98 deletions

View File

@@ -80,6 +80,7 @@ class SessionController extends ApiController {
/**
* delete a session if existing
* @NoAdminRequired
* @NoCSRFRequired
* @param $boardId
* @return bool
*/