Hi,
I have a web page where users can log in and then in various sections the page shows some data about the user - like email address, phone number, name, last name, etc (about 30 values in total). In your opinion, what's better - saving the data into session variable that is accessible the whole session every time i need something or making a db request every time i need some of those values? Performance wise mostly.
Thanks