3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ServiceNow - セッションタイムアウトを設定する

Posted at

ServiceNowの個人開発者インスタンスで少し席を離れると再ログインページが表示することがある。繰り返してログインするのに手間と時間が掛かる。
デフォルトでは90分、操作がないとログアウトする。セッションタイムアウトを最大1440分(1日)まで延期できる。

手順:

  1. ナビゲータに「sys_properties.list」を入力してシステムプロパティページを開く
  2. 名前「glide.ui.session_timeout」でフィルタする
  3. 値に「1440」を入力

注1:タイムアウト値を大きくするとメモリ利用量が増えます
注2:タイムアウトを長くすると不正アクセスされるリスクが高くなります
これらの理由から本番環境のタイムアウト値を変更しない方がよいです

以上

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?