To enhance security and improve user experience, we have implemented specific session management policies in our application. These policies include a required login period and an inactivity timeout.
7-Day Required Login
Users are required to log in to the application every 7 days. This means that even if a user has an active session, they will be prompted to re-enter their credentials after 7 days to continue using the app. This policy helps ensure that user sessions are regularly authenticated, reducing the risk of unauthorized access.
Key Points:
- Users must log in every 7 days.
- After 7 days, users will be prompted to re-authenticate.
- This applies to all users, regardless of their activity levels within the 7-day period.
3-Day Inactivity Timeout
In addition to the 7-day required login, we have an inactivity timeout policy. If a user does not access the application for 3 days, their session will be automatically logged out. This helps to minimize the risk of unauthorized access due to forgotten or abandoned sessions.
Key Points:
- Sessions will be logged out after 3 days of inactivity.
- Users will need to log in again to regain access after being logged out due to inactivity.
- This policy applies to all users.
Best Practice for Users
- Secure Your Credentials: Always ensure that your login credentials are kept secure and not shared with anyone.
FAQs
Q: What happens if I am logged out due to inactivity?
A: You will need to log in again with your credentials to regain access to the application.
Q: Will I be notified before my session expires?
A: You will not receive a specific notification before your session expires.
Q: Can I extend my session without logging in again?
A: No, sessions cannot be extended beyond the set limits. You must log in again as required by the session management policies.
¡Da click aquí para leer este artículo en Español!