MCWertGaming / authfox

AuthFox - a simple authentication and session server for Puroto, archived
GNU General Public License v3.0
5 stars 1 forks source link

session order bug #17

Closed MCWertGaming closed 2 years ago

MCWertGaming commented 2 years ago

When the session limit is reached, authfox always replaces the session 0. We should create session 5 and silently remove session 0. then when sessions 0-4 are set, we should silently remove the next session if it exists.

MCWertGaming commented 2 years ago

Implemented in #66.