What is your product version: 7.2.0 What is your product type: Angular What is product framework type: .Net Core
Hi there,
I am currently using ASP.NET Core Angular v7.2.0 and I noticed that there is a feature to enable Session Timeout.
https://docs.aspnetzero.com/en/aspnet-core-angular/v7.2.0/Features-Angular-Tenant-Settings
However, when I login as a tenant I do not see the same settings regarding session timeout. What do I need to do in order to see and enable the setting?
Thank you,
5 Answer(s)
-
0
Hi,
Could you check tenant-settings.component.html and see if it containx changes in this PR https://github.com/aspnetzero/aspnet-zero-core/pull/2544/files ?
You can search for "SessionTimeOut" in this file.
-
0
Hello, I am getting error 404 not found when clicking on that link but I do not get any results when searching for "SessionTimeOut" In tenant-settings.component.html.
-
0
-
0
Hi,
You should add all changes in https://github.com/aspnetzero/aspnet-zero-core/pull/2544. To see the content of this link, please first add your GitHub user on https://aspnetzero.com/LicenseManagement page.
-
0
Issue has been resolved, thanks!