TransparentHealth / smh_app

Share My Health App: An application for Community Members and Community Based Organizations
Apache License 2.0
2 stars 3 forks source link

Use django-session-security to manage session timeout #214

Closed sharrisoncaktus closed 5 years ago

sharrisoncaktus commented 5 years ago

The session-timeout now happens after 30 minutes idle rather than 30 minutes on the clock.

django-session-security doesn't provide a setting to have different timeouts based on different user classes.

Do we really need to have different timeouts for CBO vs regular users? If so, I can spend the time on it – but want to make sure it's worth the investment.