Starts in:
1 DAY
18 HRS
43 MIN
2 SEC
Starts in:
1 D
18 H
43 M
2 S

Activities of "BenS-FreshRF"

This still isn't working.

I've got the Sessions correctly being removed from the database on user login in-line with the Logout from All Devices setting but those users still have access to the system. It times out after an hour of inactivity but users with an active valid session also are timing out after an hour of inactivity.

Have upgraded to v8.3.0-rc.3 but still cannot see any changes between a new generated project and our solution in regards to modules imported and middleware being started.

What specific part of the Blazor.Client is checking the session validity? Or is it going back to the Host running OpenIddict to check that?

Have been comparing with a newly generated v8.3.0-rc.1 project, no major differences in any of the module configurations (other than the new DynamicClaims which I've implemented with no change).

Where is the Session checking actually implemented in the client projects?

Your provided link to "Migrating to Blazor Web App" is broken and linking back to this post.

We're also in the process of upgrading to 8.2 and I came across the same issue and the lack of 8.2 guides.

For our localization configuration inside Configure<AbpLocalizationOptions> the FlagIcon parameter in the LanguageInfo constructor was identical to the CultureName parameter so I've just removed the parameter for now as I'm not sure we're actually using the FlagIcon itself anywhere so we'll see if that causes any problems.

Also had the same issue with the new IdentitySession inside our DbContext but solved that by adding a reference to the new Sessions table as required by the IIdentityProDbContext interface. public DbSet<IdentitySession> Sessions { get; set; }

Showing 11 to 14 of 14 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06