<% response.buffer=true %> Cookie Lib Sample <% Call AddCookie("Person", "Firstname", "Mickey", 365) Call AddCookie("Person", "LastName", "Mouse", 365) response.write GetCookie("person","firstname") response.write GetCookie("person","lastname") %>