Base solution for your next web application

Activities of "danhirsch"

Thanks for the reply - is the cache session specific?

Thanks again!

In response - the way I will facilitate it is to look up the tenant by a domainurl added to the tenant object....

I added a domain name to the tenant object - and I know how to get to that in the startup... but before I write all the structure to persist the tenant (without logging in) to the session myself...wondering if there is a good way to get to persist that tenant object (serialized json of course) into the session using the constructs that are already in asp.net boilerplate?

Basically - I want to allow for some customizable/individualized content by tenant without an authenticated user and for the user to not have to enter the tenant when logging in or registering.

I also don't want to just set the tenant ID and have to get the tenant object from the db every time I want access to the object.

This isn't really hard to do normally - but wanted to use the existing structure if possible...

I don't see any way to extend the AbpSession/IAbpSession object/interface without getting the source, adding, and recompiling either...

Showing 1 to 3 of 3 entries