|
Posted by Tim Roberts on 09/15/05 10:40
Adam <anon@nowhere.com> wrote:
>I'm trying to track who's logged into a site (without setting flags in
>the databses).
>
>At the moment, each user gets a cookie with "Usr_Name" set if
>authentication goes through OK.
>
>Is there a way of looping through ALL the values of a particular
>cookie, eg $_COOKIE['Usr_Name'] ... that would give me an output of
>(say):
No. This information is not stored on your server. Fred's cookie comes in
with every request Fred sends, but unless you are storing it somewhere, the
cookie goes away as soon as the request is sent.
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
Navigation:
[Reply to this message]
|