In WPF, where can I save a value when in one UserControl, then later in another UserControl access that value again, something like session
Could just store it yourself in a static class or repository that you can inject to the classes that need the data.