# Preventing Multi-Login Sessions

**URL:** https://community.glideapps.com/t/preventing-multi-login-sessions/75062
**Category:** Ask for Help
**Created:** [July 22, 2024, 10:57am UTC](https://community.glideapps.com/t/preventing-multi-login-sessions/75062 "2024-07-22T10:57:33Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 22, 2024, 1:38pm UTC](https://community.glideapps.com/t/preventing-multi-login-sessions/75062/2 "2024-07-22T13:38:09Z")

</div>

At the moment, there’s no straightforward way to do that. If I have to do this, maybe the only way is associating an email with X lines of device fingerprinting info/IP address.

Every time a user logs in, you check their device fingerprinting/IP address against the list of info you already have from their previous logs in. If they have crossed the allowed number, then you don’t allow them to access content.

---

_[View the full topic](https://community.glideapps.com/t/preventing-multi-login-sessions/75062)._
