http-request-manager 18.13.5 → 18.13.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -904,7 +904,7 @@ class QueryTrackerStateModel {
|
|
|
904
904
|
const TRACKER_STORE_NAME = 'query_params_tracker';
|
|
905
905
|
const TRACKER_SESSION_INIT_KEY = 'query_params_tracker_initialized';
|
|
906
906
|
const DEFAULT_TRACKER_OPTIONS = SettingOptions.adapt({
|
|
907
|
-
storage: StorageType.
|
|
907
|
+
storage: StorageType.SESSION,
|
|
908
908
|
encrypted: false,
|
|
909
909
|
expiresIn: '1d',
|
|
910
910
|
});
|