You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2024. It is now read-only.
Allow to disable persisting cluster cookie in app conf file (#339)
Added `cartridge_not_save_cookie_in_app_config` variable that allows disabling persisting cluster
cookie in the application configuration file. In this case, it's the user's responsibility to configure
the cluster cookie for all instances.
*`cartridge_cluster_cookie` (`string`): cluster cookie for all
10
10
cluster instances;
11
+
*`cartridge_not_save_cookie_in_app_config` (`boolean`, default: `false`) - flag indicates that cluster cookie shouldn't be persisted in application configuration file;
0 commit comments