I see that you were aiming to have primary key be both pilotID and sessionID, however, your sessionID is never unique because of how you generate it. The encode on the expiry causes your session ID to change.
I ended up with 27 rows of my session showing up in the table.
Describe the bug
I see that you were aiming to have primary key be both pilotID and sessionID, however, your sessionID is never unique because of how you generate it. The encode on the expiry causes your session ID to change.
I ended up with 27 rows of my session showing up in the table.
How do you reproduce this bug?
Expected behavior
Shouldn't be multiple sessions.
Screenshots
Operating system
Windows 11
Community airline
Walker Air Transport
smartCARS Version
0.9.0
Plugins installed
chat, map, flight center, flight tracker, logbook
Additional context