siva nathan

siva nathan

  • 846
  • 819
  • 214.9k

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

Jan 18 2021 12:14 PM
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)