PreviousNext

Clearing site data upon sign out in ASP.NET Core

by tpeczek, 2018-02-26T08:38:03.290Z

Clear-Site-Data is a header which can be used to instruct a browser to clear locally stored data. This post explores how it can be combined with sign out in ASP.NET Core.

Read More