Hello,
If a user logs in with an email address and I have a session to save its email address so I can pass it along to other pages, how does it work if the user decides to update their email address in their account page? Will the session that was saved before the update, also change too when updated?
Do I have to make the user log back out so when they log back in, their new email is being saved in the session?
Thanks