Could anyone help me?
How can add session attributes if i am using spring security?
Let me explain:
When an user is logged, I want to create an object called Filters and other called Site
The aim of Filters object is to keep the different filters that the user can apply in a table.
The aim of Site object is to keep the site or place where the user works, to determine the info that can see in accordance of the Site.
I tried to create private objects variables in the main controller, but when multiple user are logged, they share the variables
Thanks