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
I implemented a "user action collection" or table in my starter for this very reason. One problem I can see with this approach is as the table grows the query time will increase. Anything older than a week shouldn't really matter for current logins, but it would be useful to have a record that isn't directly queriable for other various reason, for instance geolocation, IP, device, or different browser logins alerts.
It is possible to implement a SQL job in entity framework that moves anything older than a week into an archive table of sorts? What should the lockout time frame be? And if there is an active user season i.e ("someone is trying to hijack this account") should all existing user sessions be eliminated?
The text was updated successfully, but these errors were encountered: