I don't believe that is possible. The problem is with the way the internet
works. You do not have a connection to your user while they are browsing
your site, only when they request a page.

Client -> Requests a Page -> Connection to server open
Server -> Sends the page -> Connection closed...

This means you can not tell if a user is still on your site, as the
connection is closed.

Stephen

----- Original Message -----
From: "mst" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 28, 2002 2:56 PM
Subject: Re: [PHP-WIN] Who is on line?


> Maybe I can send some http post or something using javascript?
> mst
> Uzytkownik "B.A.T. Svensson" <[EMAIL PROTECTED]> napisal w wiadomosci
> 000301c296e8$c41f7450$[EMAIL PROTECTED]">news:000301c296e8$c41f7450$[EMAIL PROTECTED]...
> > > Ok. But how i can check when user go out?
> >
> > If they don't logout properly you can't. (You can only make a smart
guess
> about it.)
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to