-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SignInWithoutSpecifyingTenant - Issue with Persistent User Sessions After Removing Tenant Selector #265
Comments
|
Thank you @realLiangshiwei. I tried this and I am still having the same issue. I added the ExpireTimeSpan in the ConfigureServices of the WebModule, is this the right location?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have implemented the approach to remove the tenant selector as shown in the sample at SignInWithoutSpecifyingTenant. While the code works as expected and the tenant selector is successfully removed, I am encountering an issue with user sessions. Users are not staying logged in for an extended period, typically being logged out after 20-30 minutes of activity. This requires frequent re-logins, approximately a couple of times per hour.
Steps to Reproduce
Environment
How do I control the duration of the session? Ideally I would like the session to last at least a day. @maliming, is this something you can help me with?
The text was updated successfully, but these errors were encountered: