Cookies in ASP .Net - Session 8 - ASP .Net

Опубликовано: 11 Август 2026
на канале: Amit B Parmar
276
14

Visit atmiya university website : www.atmiyauni.ac.in

For Admission: http://admission.atmiya.ac.in
Contact No: 9099076112/7874745726
A cookie is an important concept in website development to store the client information.

A cookie is a small amount of data that is stored as a text file on the client system or in the client browser’s session.
 It stores site-specific information of a user, such as a user name and inputs.
 Cookies can be created temporarily with the specified expiration time.
 Cookies can be created permanent, called persistent cookies.
 When a page is requested, the client sends information in the form of cookies along with request
information.
 The server reads the cookie and extracts value.