> So how can I make sure that the site can recognize authenticated users
> (those having logged in via the form on the login page) and
> non-authenticated (not even knowing about the existence of the form).

If You use cookie or browser pop-up auth, then user is autenticated 
per page, until the browser is closed AFAIR.
You need to have some special user info which is directly 
"connected" to user and its cookie. At last I did that, and it works fine.
Manipulating with cookies and user records could be very usefull here.
I used $person->topic for that which is named from timestamp cookie 
when the user came first time. You have cookie so get_topic(article)_by_name(cookie)
and then check who is owner etc etc. No record with cookie means - 
user is not authenticated.


Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to