1.

What are the cookies types in ASP.NET?

Answer»

ASP.NET has two types of COOKIES:

  • PERSISTENT COOKIE: PRESENTS on a user’s machine for a SPECIFIED period of its expiry
  • Session Cookie: presents on the client machine for only a single session, until the user doesn’t log out.


Discussion

No Comment Found