your better off using mysql, or if you don't have a mysql database, than a text file to store the view count.
sessions use a whole bunch of temp files anyway, so your probably better off just using a text file, opening and updating it every time a page is loaded...
So, the easiest solution is to use a mysql database... or even mssql or whatever database you prefer...