Hello everyone,
What has been the best way for you to store and retrieve session information about a user for CSP projects? I can use these methods easily:
however I'd like to know if there's a better way to keep more permanent information, or should it all be kept in a class?
Additionally, using whatever method, what would be the best way to block user access to certain portions of the website or entire pages? Such as an admin section. With normal web development this wouldn't be too difficult, but I need help connecting this into CSP terms.
Thank you!










