Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
It configures the system to not reuse API sessions, enhancing security by ensuring that each session is unique and not shared across requests. |
| What area does it affect? |
API session management |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when configuring API security settings or troubleshooting session-related issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.processors.aprocessor.donot_reuse_api_session |
| Sys ID |
e1f59e91536f6110a19eddeeff7b1228 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
|
| Updated |
2024-05-25 03:39:11 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... Creation Prevent Reuse of REST API Sessions in UI/Web Prevent REST API session cookies from bypassing Single Sign-On (SSO and Multi-Factor Authentication (MFA controls using a system property. Use the com.glide.processors.aprocessor.donot_reuse_api_session to help prevent the cookies associated with the session created through the REST API from being reused to initiate UI/web sessions. Verify that com.glide.processors.aprocessor.donot_reuse_api_session exists in the System Properties [sys_properties] ...
Related properties