Reputation: 404
Is there a way to store extra data in the SessionStorage tables generated by the SQL Server session provider in an ASP.NET Core 3 MVC Web application?
For example in the ASPStateTempSessions table, add the username, IP address and browser from which the user is entering the web application.
For security reasons, we need to prevent users from having multiple sessions, and due to design rules of the company we cannot send the data to a separate database or table
Upvotes: 0
Views: 163