1 implementation of CommitAsync
Microsoft.AspNetCore.Session (1)
DistributedSession.cs (1)
244public async Task CommitAsync(CancellationToken cancellationToken = default)
2 references to CommitAsync
Microsoft.AspNetCore.Session (2)
ISessionStore.cs (1)
20/// <see cref="ISession.CommitAsync(System.Threading.CancellationToken)"/> are allowed take.
SessionMiddleware.cs (1)
100await feature.Session.CommitAsync();