Hi,
we are using Board version 12.6, revision 0.2.88217.
Board does not run in the cloud, but on our own server. We use IIS.
The following is stored in C:\Program Files\Board\Board Server\BoardEngineParams.xml:
<EnableSessionExpiration>false</EnableSessionExpiration>
<SessionExpirationTimeout>3600</SessionExpirationTimeout>
This setting should ensure that Board-sessions are not automatically logged out.
However, in Chrome we have the problem that Board-sessions are automatically logged out when inactive. I don't have this problem in Firefox, but in Chrome I am logged out after an hour at the latest if I don't do anything in Board. It is possible that the session is logged out earlier, but after one hour you are logged out in any case.
I have already tried to enter the board URL in Chrome under "Always keep these websites active", but that didn't help.
Have any of you ever had the problem of being logged out of Board even though the EnableSessionExpiration is set to false?
Board users are of course now complaining that they always get kicked out of Board.
The appSettings.config looks like this:
<appSettings>
<add key="host" value="https://boardserver.xxx.xxxxx:443/" />
<add key="acceptedRedirectUris" value="http://boardserver.xxx.xxxxx/Callback.html,http://boardserver.xxx.xxxxx/SilentRefreshFrame.html" />
Is that correct, or do I need to adjust something here?
Do I also have to set https for acceptedRedirectUris?
Kind regards
Oliver