I have user information which I need to use in different places on the web application, stuff such as email, name, user settings, and so on and so forth.
The question I want to ask, is it wise to do so, or is it a huge waste of memory?
and if it’s not wise to do so, are there other things which I can do which could solve my problem?
Thank you.
Store anything you need there, as long as you remember that it is kept on the server and will be retrieved for each page load in the session.