Login page, user sessions

Hi,

I created a web interactive dashboard for my company using dash… now i am supposed to add login, logout, register page and also supposed to get the time spent by a user on app. For this, I went through flask-login page, several YouTube videos but didn’t get clarity on getting time spent by user on app. It would be a great help if someone can help me through this.

thanks.

Hi, and welcome!

The least painful solution to this, in practice, is Dash Enterprise. For time spent on the app, you could technically log session data, then mine those logs.

1 Like