Good morning,
I have an AccountControler in my application, the AccountControler has the ActionResult to log in and disconnect.
Once the user is connected (user that is inside a table in sqlserver), I need to know how to obtain the data from different fields of that user.
Example (silly)
Pepito puts his name and password and enters correctly, but when entering I have to filter by the zip code where he lives, to see a list of its streets.
I think it works with the session object but I can not understand how it works or how to do it.