SGP
SGP

Reputation: 404

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

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

Answers (0)

Related Questions