I am using Identity 2.1 in my MVC5 app. I am setting the isPersistent property of the PasswordSignInAsync to true to enable \'Remember Me\':
var result = await S
Form this post, the isPersistent parameter sets whether the authentication session is persisted across multiple requests.
isPersistent