I have two pages that inherit from the Base class.
In Base, I declared a string, the value of which I set on the A Page. After switching to the B Page, the value of this string is overwritten as empty.
Is there a way to pass this string between these pages?