Is it possible to store extra data in session store on DB ASP.NET?

173 Views Asked by At

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

0

There are 0 best solutions below