In a web application, I've an user than need use two roles. I want to ask the user the role which he want to use and then, to use this value on the rest of elements of the application. In web, i can't use Environment variables. How can I do it?
Thanks.