If I set api-session-timeout to 0, does it mean that the token will expire immediately when the session ends
Nick Couchman <[email protected]> 于2020年7月5日周日 上午11:47写道: > On Sat, Jul 4, 2020 at 11:44 PM Benchu Yao <[email protected]> wrote: > > > Will the token automatically expire, where can I modify this expiration > > time? > > > > > Yes, default expiration is 60 minutes of inactivity. You can modify the > default using the api-session-timeout property in guacamole.properties: > > > http://guacamole.apache.org/doc/gug/configuring-guacamole.html#initial-setup > > Please note this is the timeout of *inactivity*, which inactivity defined > as the user having no sessions opened. If the user has a session opened > this timeout will not apply until all sessions are closed. > > -Nick >
