Hi good day,
In traditional model we used to use session variables to store such sensitive information but how can replicate the same in reactive model as using client variables to to store such sensitive information is might not be a best practice.
Thanks,
Sandeep.
Hi Sandeep,
if the information is sensitive, always save in the database.
You can read it from here.
Regards