After storing some data in State then I want to access that data on another page, on the first time being able to access that data but when I reloaded that page that state was empty, and am not able to access that data.
First Time being able to access data as shown in the below uappid = 169.
![](https://www.csharp.com/forums/uploadfile/02e0db/01092023090732AM/Screenshot_20230109_144837.png)
But when We reload the page then am getting uappid = 0.
![](https://www.csharp.com/forums/uploadfile/02e0db/01092023090732AM/Screenshot_20230109_145248.png)