Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
Session wait / Session Synchronization - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • Session wait / Session Synchronization
KB0755706

Session wait / Session Synchronization


9581 Views Last updated : Jun 11, 2025 public Copy Permalink English (Original)
  • English (Original)
  • Japanese
KB Summary by Now Assist

Issue

By design, the platform implements 'session synchronization', which means that for each user, the platform processes only one transaction at a time.
This is implemented to prevent a single user from causing significant instance performance issues by triggering multiple transactions concurrently and consuming a large amount of node and database resources.

Release

All releases

Resolution

For example, if a user opens multiple browser tabs simultaneously, each displaying a list, homepage, dashboard, etc., the browser tabs will load the data on each tab synchronously, one at a time. This is session synchronization in play.

 

How can I view session sync?

Via the Instance UI

  1. Filter Navigator ->  'client transaction' logs
  2. modify the list to add the 'session wait time' column (if it is not listed).
  3. Filter out the transactions for the user you are interested in, and sort the transactions in chronological order (Created).

Via the localhost log files on the application nodes

(This may help KB0997495)

 

If you see a user transaction with a high 'session wait', you can observe, as shown in the screenshot below, that this transaction was processed extremely quickly (0.008ms) and the SQL time is 0.001ms. The key figure here is the session wait time, which is 9.8 seconds, indicating that this transaction had to wait almost 10 seconds for the previous transaction to complete before it could execute itself.

Quick transaction

In scenarios like this, the users of the instance need to understand how session synchronization works and be aware that this can appear to the end user as a 'slow instance'; however, this is expected behavior.

This feature exists in the platform to prevent a single user from consuming all the available resources on an application node.


The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.