I've written a login screen for a user
to enter password and id and then I
verify it through my php code and
then if correct forward them to their
directory and their index.htm page.
What I'm trying to do is to clear the
user's history so someone else can't
access it.
Can someone tell me if their is a
php function that will clear the
user's history or if not, what I
should do.
Thanks.