06-24-2005, 09:38 PM
|
#1
|
|
Member (6 bit)
Join Date: Jul 2004
Posts: 48
|
Cookies Writing
I'm trying to write a simple ASP program that allows people to look at the article titles and click on the title to read it. Like this forum, I want to increment the number of hits based on cookies rather than refreshes.
How would i write the cookies for this? If I have 1,000 articles, would it be inefficient to write 1,000 keys to a single cookies? I don't know if arrays can be written to cookies, and if so, how do you add a new element to the array?
I just can't think this through...
|
|
|