For my website, i'd like to track unique page views. to do this i figured i'd
use sessions in php and update a database each time. before, i tried using
session_var's to store the session, but i couldn't get that to work. so now,
i'm trying to use cookies to store the session_id. however...