Skip to content

server: use the user's session manager to delete a session

Benjamin Bouvier requested to merge bnjbvr/kresus:fix-delete-session into master

Otherwise the session is kept in the in-memory store, while being deleted from the database (so the deletion only happens on the next run).

Merge request reports