SupabaseS
Supabase•4mo ago
Mari

Multiple Sessions Logged Out Automatically

I’m working on a system where the same account can be logged in across multiple devices, tabs, and even different networks (with different IPs).
Usually, there are about 5–6 devices connected at the same time using the same account.

The issue is: after some time, one or more devices get logged out automatically. In our use case, this behavior is not acceptable — all sessions should stay active simultaneously.

šŸ” Has anyone faced a similar issue? What could be causing this? Is it related to session management, token expiration, or device/IP restrictions? And what would be the best approach to ensure that multiple logins stay active without being invalidated?
Was this page helpful?