PHP Session Management, Counting Users With Cookie
Posted
by Nik
on Stack Overflow
See other posts from Stack Overflow
or by Nik
Published on 2010-06-10T22:25:49Z
Indexed on
2010/06/10
22:42 UTC
Read the original article
Hit count: 198
I want to, upon loading the page, store a cookie in the user's browser. Then, using AJAX, count the number of users with that cookie and send it off to a database row every 1 second or so. How is this accomplished?
© Stack Overflow or respective owner