79477207

Date: 2025-03-01 07:04:21
Score: 2.5
Natty:
Report link

Based on the comment of @Ruikai Feng, I cleared/deleted the cookies while Logging out

foreach (var cookie in Request.Cookies.Keys)
{
    Response.Cookies.Delete(cookie);
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @Ruikai
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Rahul Aggarwal