remember me functionality in .net 6 razor pages identity
I'm working on a .net 6 razor page Web application using Microsoft identity login
Unfortunately I can't seem to get the remember me functionality to work, it seems to sign me out when I close the page (live not debug) and require a sign in when revisiting the page
2 Replies
just some stuff that pops into mind:
are you sending a cookie back in your response?
is it stored correctly?
does it have the right authority set?
I haven't actually done anything to the identity code, from my understanding from the docs, identity works out of the box & no cookie settings need to be changed