I am tracking screens a user has visited using an array within the $_SESSION array.
And it nearly works.
I call session_start() before any output in each script and before trying to access any $_SESSION data.
The huge headache I am having is that php seems to fire up a NEW session in certain situations (the result being that it can NOT find the previous screens a user has visited).
Anyone had any similar problems and found a solution?
Regards ... Ross . . Ross Honniball. JCU Bookshop Cairns, Qld, Australia. .
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php