What Happens If a User Does Not Log Out but Logs In the Next Day?

What Happens If a User Does Not Log Out but Logs In the Next Day?

If a user does not log out and tries to log in the next day, the system will first prompt them to log out before allowing a new login.

How It Works?

  • When attempting to log in the next day, BreezeFSM will ask the user to log out first.
  • After logging out, the user can proceed with a fresh login.
  • Important Note: Any real-time captured data from the previous day will not sync immediately during this logout process.
  • The system will sync the previous day's unsynced data later, after the user logs in again.

This mechanism ensures data consistency and prevents duplicate sessions while maintaining system integrity. 🚀