Previous Category Entry
Left Arrow
XML
Current Category Entry
Go Back To Category List
[Classic ASP]
Cookies
SubCategory Entry Date: February 7,2023 @ 05:53:28 / Last Updated On: February 7,2023 @ 07:15:28
Cookies are used in many ways to handle visitor information.

How to use cookies is pretty straightforward but does have its challenges. We will try to cover all of them in time.


  1. How to use cookies.

  2. How to Create Cookies.

  3. How to read cookies.

  4. How to read cookies immediately after it is created.«

  5. How to challenge the value of a cookie against a database for reading and inserting records.

  1. Code Articles
  2. How to get the value of a cookie when it is first created
    How do you use a cookie in ASP Classic right after it is created on the page?