We at truckmentum are using Streamlit to build Data Analytics dashboard for Trucking Companies. We have build the product but have issues with authentication flow.
I would like to know session management for logged in user, because session_state is not persistent.
Currently I am using redis and streamlit-cookies-controller to manage session and store cookies.
Is there a better way or something streamlit is building. Would like to know about it so that we can plan if we can continue with the tool for advanced usecase or not.