Skip to main content

JournalcspSession

Enable/disable journaling of CSP sessions.

Synopsis

[Journal]    JournalcspSession=n

Description

The value n may be 1 or 0:

  • When 0 (false) the %cspSession global is mapped to CACHETEMP and not journaled. Caché kills the %cspSession global on system restart or upgrade to a new Caché software version, so that any record of ongoing Caché Server Page (CSP) sessions is removed.

  • Changing this setting to 1 (true) prevents this from happening. Set this to 1 so that the CSP session global is journaled if you want the CSP session global to be replicated onto another machine for failover or if you want a CSP session to survive a Cache restart.

Examples

JournalcspSession=0

Range of Values

0 or 1. The default is 0.

Management Portal

On the page System Administration > Configuration > System Configuration > Journal Settings, for the Journal CSP Session setting, choose Yes or No.

FeedbackOpens in a new tab