Use KVS in Pleasanter
## Overview
This is the setting method for using "[KVS](/en/manual/kvs-install)" to hold session data.
By using "[KVS](/en/manual/kvs-install)", performance such as screen display speed may be improved when many users access the system simultaneously.
## Prerequisites
Install "[KVS](/en/manual/kvs-install)" beforehand. For instructions on how to install "[KVS](/en/manual/kvs-install)", please refer below.
[Install KVS](/en/manual/kvs-install)
## Operation Procedure
1. Change "UseKeyValueStore" in "[Session.json](/en/manual/session-json)" to true.
```
{
"RetentionPeriod": 1440,
"UseKeyValueStore": true
}
```
1. Set ConnectionStringForSession in "「Kvs.json」".
```
{
"ConnectionStringForSession": "<Cache host name>:<Cache port number>,password=<Cache password>,ssl=True,abortConnect=False"
}
```
## Related Information
<div id="ManualList"><ul><li><a href="/en/manual/kvs-install">Install KVS</a><span>06.20.2025 up</span></li></ul></article>
<ul><li><a href="/en/manual/session-json">Set Parameter: Session.json</a><span>08.13.2024 up</span></li></ul></article></div><input id="SearchTextHidden" type="hidden" value="" />