Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

asp.net session using sql server mode

I am using a ASP.net session in SQL Server mode. I have created the necessary tables and stored procs in a custome db

My question is: Can I use this database to serve more than one application / web site ? Is there anything to take into consideration having multiple websites use the same db for their session store

cheers

like image 215
ChrisCa Avatar asked Feb 27 '26 20:02

ChrisCa


1 Answers

Yes you can use this database to server more than one site. The session provider will take care of the semantics of that.

like image 56
Mark Cooper Avatar answered Mar 01 '26 08:03

Mark Cooper



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!