Context data get removed

Hey framework7 community,

data to route like below,
app.view.main.router.navigate("/Navigate-Venture/",{context:sessionData.VentureData});

and retrived the data by =>
const ventureData = page.route.context;
===WORKS FINE===
but,
WHEN USER GOES TO navigate-venture PAGE AGAIN…THEN, saved context DATA ISN’T AVAILABLE TO PROCESS
any solutions to save context??? when user goes to that page again