For a guide to the choosing ASP or PHP, click here
Home >> Cookies >> Save Information to a Cookie This snippet shows how you can easily save information to a cookie
<% ' this code just saves the text ' "King Kong" into a user's cookie ' named "Beast" response.cookies("Beast") = "King Kong" ' done %> What is ASP?
What is PHP?