Hi,
If I want to send sensitive data (such as a password) from pageA to pageB, what is the most secure way:
using page parameters
or app state (persisted so encrypted)
using page parameters and encoding with base64
or another way that isnt too complicated