Send parameters to third page

At first let me explain my aim,
I want to make an app with user authorization, also I need Menu in Home page (the Page after Login).
But when I want to navigate to Home page, after validation in Login page, the Menu button disappears, so I used a second page to declare the Menu between Login and Home page.
Now I want to send user data to the Home page, but I don’t know how.
Is it ever possible to send data from first to the third page? or How can I have a Home page with Menu after navigating from Login page?