1
Answer

app.UseCookieAuthentication example in API if Remember me Check or not

Hi All,
 
how to use app.UseCookieAuthentication in ASP.NET Core API
 
if remember me checkbox is checked true session should not expire 1 day
 
if remember me checkbox is checked false session should expire 10 mins
 
how can I achieve above

Answers (1)