23
Views
2
Comments
Session timeout in multitenant application.
Question
Hi All,
I have a multitenant application and i want the session timeout to be configurable for each tenant. Is it possible?
I know that we can set it from IIS but it will be global in that case.


2019-09-17 09-11-00
João Pedro Abreu
Staff
I don't think there's a built-in configuration for that scenario. You'll probably need to implement it as business logic for you app.
2019-11-12 17-31-26
Justin James
 
MVP
On IIS, session timeout is controlled at the server level.

J.Ja
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.