URL issue useing redux-persist

suppose there are two user A and B, when the user with id A logged in then he want to select the the query from dropdwon menu BNB/USDT now the url looking like this, https”//www.exchange.com/…….?BNB_USDT. but now once the user B want to logged in then the same URL is showing for user B too. I want to chage the URL base on user logged in. we choose the BTC_USDT as default url for all for the first time. I am useing Saga

I want to chage the URL base on user logged in. we choose the BTC_USDT as default url for all for the first time. I am useing Saga