1
Answer

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

Photo of siva nathan

siva nathan

4y
794
1
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)