- 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-13-2016 10:28 AM
Hi Ryan,
The glide_user_route cookie defines which application server (or node) in the cluster you are going to so it remains consistent unless otherwise directed/redirected from the load balancer.
The glide_session_store, I haven't seen before, but if I could see the rest of the value, it might help. I suspect it's related to the timeout of your session in general.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2016 10:32 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2016 10:39 AM
Sorry, tribal knowledge. Doesn't come up much.
The second screen shot looks a bit cut off. Not sure what the sys_id is supposed to be referencing. I can check with some people and get back to you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2016 10:42 AM