- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2016 10:24 AM
Community,
Can someone point me in the right direction to determine the meaning of the below cookie keys:
- glide_user_route
- glide_session_store
I receive a cooking containing these keys when I make a web service call and would like to understand what they mean / do in more detail.
Thank-you
Ryan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2016 03:23 PM
As per Eric T from ServiceNow:
I got a response back from the Development team. The 'glide_session_store' was added to preserve session when moving customers from node to another. They don't recommend disabling this feature because having it enabled will make sure their users are not logged out in case we fail them over from one data center to another. This will be the setup going forward. However, you can disable it by adding the following property:
Name: glide.session.store.enabled
Type: True|False
Value: false
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2016 03:23 PM
As per Eric T from ServiceNow:
I got a response back from the Development team. The 'glide_session_store' was added to preserve session when moving customers from node to another. They don't recommend disabling this feature because having it enabled will make sure their users are not logged out in case we fail them over from one data center to another. This will be the setup going forward. However, you can disable it by adding the following property:
Name: glide.session.store.enabled
Type: True|False
Value: false
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2022 05:20 AM
Hi, I found useful KB to know the cookies used by the servicenow.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0693221