You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All auth interactions will result in the creation of a SessionUser.
These are fairly short lived and have a set expiry. This expiry is extended when they are used, however we could end up with a table full of sessions that have expired.
Create something that clears down expired SessionUser records periodically - this could be done as part of check in webapp or as a separate daemon job.
The text was updated successfully, but these errors were encountered:
All auth interactions will result in the creation of a
SessionUser
.These are fairly short lived and have a set expiry. This expiry is extended when they are used, however we could end up with a table full of sessions that have expired.
Create something that clears down expired SessionUser records periodically - this could be done as part of check in webapp or as a separate daemon job.
The text was updated successfully, but these errors were encountered: