79082557

Date: 2024-10-13 06:48:31
Score: 0.5
Natty:
Report link

I had same issue with dotnet 8. Seems like cookie is only reissued at controllers with authorization check, e.g. with [Authorize] or something like that:

app.MapGet("/hello", () => "Hello world!").RequireAuthorization();

At normal controllers without authorization check it doesn't update cookie.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sergey Anisimov