What are the different types of cookies in ASP.NET?

Technology CommunityCategory: ASP.NETWhat are the different types of cookies in ASP.NET?
VietMX Staff asked 3 years ago
  • Session Cookie – Resides on the client machine for a single session until the user does not log out.
  • Persistent Cookie – Resides on a user’s machine for a period specified for its expiry, such as 10 days, one month, and never.