Property reference

use_accounts_private_cache

The use_accounts_private_cache property determines whether user-accessible accounts are stored in a private cache. Setting it to true creates lighter sessions by avoiding the session cache, which can be beneficial for performance.

Default: false Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property configures the caching method for accounts accessible to logged-in users, opting for a private cache when enabled.
What area does it affect? User session management
What does the default mean? The default value is "false", which means this behavior is disabled by default.
When should you review it? Review this property when optimizing session performance or troubleshooting user access issues.

Out of the box property record

Raw metadata from the property record.

Property name use_accounts_private_cache
Sys ID 71bed74953620110d6a0ddeeff7b12bf
Type boolean
Application Global
Default value false
Description When set to true, cache accounts that login user has access in a private cache instead of session cache which should make the sessions lightweight. When false, session cache will continue to be used for storing accessible accounts.
Updated 2022-06-01 11:31:13

Sources

Official references and nearby text excerpts where this property appears.