06-06-2017, 07:04 PM
So if you look at the table users_session, you'll notice I'm doing some fun things to establish a very unique key for each person who visits the site. We're taking their user agent and doing some other trickery to generate a unique hash for everyone who visits the site.
You could take that unique hash and tie it to each session.
You could take that unique hash and tie it to each session.