- Help Center
- Intuitive Dashboards Core Software
- Configuration File
-
Intuitive Dashboards Core Software
- Getting Started
- Viewing Dashboards
- Interacting with dashboards
- Filters
- Connections
- Datafeeds
- Datasets
- Components
- Creating Dashboards and Components - Overview
- Creating Components
- Creating a Dashboard
- Administering the System
- Administering Users
- Administering Groups
- Security Filters - V5.2 and earlier
- Security Filters - V5.3 Onward
- Embedding Dashboards
- Configuration File
- Installation & Configuration Guide
- Version History
-
Intuitive for PaperCut V2
-
Intuitive for PaperCut MF V3
-
Intuitive for SAFEQ
-
Intuitive For Managed Print Services (MPS)
-
Intuitive Cloud Services
-
Intuitive for PaperCut Hive V1
-
Intuitive for SAFEQ Cloud
-
Intuitive for Docuware
-
FAQ
Setting the Dashboards time out
The dashboards timing out (i.e. the user login session expiring) is an expected behaviour, if authentication through Active Directory is not enabled.
Due to security reasons, the software is configured to log out a user after a certain amount of time (in minutes) of inactivity.
To change that setting:
1 Navigate to C:\Program Files\Intuitive Business Intelligence\Intuitive Dashboards\Server and open the Dashboard.Config file. (Any changes to the config will be picked up when the dashboard service restarts).
2 You can edit the settings in the following line:
<!-- The time after which an inactive user will be automatically logged out. The time is in minutes -->
<SessionTimeout Minutes="60" />
3 Another suggestion is to enable Auto login with GUID. You can find detailed instructions on how to do that here.
Note: You can also set a force expiry of user passwords every n days. A setting of 0 results in passwords never expiring. You can set a number (e.g., 30 in the following line):
<ExpirePassword Days="0" />