Skip to content
Snippets Groups Projects
  • Paul-Christian Volkmer's avatar
    Do not store login in database · 64d96416
    Paul-Christian Volkmer authored
    This patch uses an in memory storage of logged in users. Every time
    users send a (online) heartbeat the last known active timestamp of all
    users will be checked and inactive users will be removed from active
    user list.
    64d96416
Forked from ARSnova / ARSnova Backend
2060 commits behind the upstream repository.
UserSessionServiceImpl.java 2.92 KiB