Search found 1 match

by LeonelAG
Thu Sep 05, 2002 3:42 pm
Forum: PHP - Code
Topic: How do I detect if it is the first time a user sees a page ?
Replies: 2
Views: 540

How do I detect if it is the first time a user sees a page ?

Hi. I´m having problems with authentication. Suppose page A calls page B and B calls C. Like this. A ==> B ==> C In page B, I have to ask the user for his username and pw, so that C will show him his data. Every time user passes though page B, I have to ask for his username and password. This way, I...