Question - List different types of cookies used in ASP.NET
Answer -
Cookies are a small piece of information stored at the client side.
The cookies in ASP.NET are divided into two types:
- Session Cookie: valid for a single session.
- Persistent Cookie: valid for multiple sessions.