I Used asp.net Identity and at this time have one problem.
My problem is it ExpireTimeSpan is not working at server, my code is ExpireTimeSpan = TimeSpan.FromDays(31); this code at local host without problem only on server have problem.
at server after 4-5 hours is sign outed.
Why?
ExpireTimeSpan = TimeSpan.FromDays(31);
New contributor
loxeso3659 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.