Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#135: Allow session IDs to not be overwritten in the database
- This is done by creating a new client object each time users login. If the same object is used for every login, the session ID will just be overwritten, even if logging in as a different user
- Loading branch information