How to Configure Always-Active Dashboard in Cumulocity IoT?

Hi @AleDegraDac,

This depends on the strategy you are using for logging in..
If you tenant is configured for Basic Authentication, you session is not going to expire since there is not actually a session being created and the UI sends your credentials on every request to the platform.

If you have configured the login to use the OAI Secure strategy, your session will expire after a certain amount of time.

You could otherwise create a small wrapper application that takes care of periodically renewing your session. This could e.g. be done via an electron application, see e.g.: Building a RPi Kiosk - Device / UI Authentication Question

Regards,
Tristan