Open Closed

Session timeout in ABP.io #2281


User avatar
0
vishalnikam created
  • ABP Framework version: v4.3.1
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

We are using Reference type ("AccessTokenType" = 1) and token time set to 1200 (20 min) for "IdentityTokenLifetime" and "AccessTokenLifetime" in "IdentityServerClients" user is getting logout for keeping screen idle for 10min and Angular hits api/abp/application-configuration API. how this session timeout can be increased to 20 min?


1 Answer(s)
  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    Since you can't refresh the Reference Token, AccessTokenLifetime is where the token lifetime is defined. If it is not working for you, can you ask at identityserver github repo?

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11