create cookie and at the end of the Script/page destroy cookies
Use if statements:
                            setcookie('cookie', $value, $expire, $path
$domain);
                             if(isset($cookie))
                                echo "Access Denied, Multiple Login
Attempted!";
                            else
                                run the page/script


                                            or

                        Stick an fetch I.P Stick it in String array,
                        if duplicate exist die...
                        else run script....
"Jay Blanchard" <[EMAIL PROTECTED]> wrote in message
001401c22cf2$db192080$8102a8c0@niigziuo4ohhdt">news:001401c22cf2$db192080$8102a8c0@niigziuo4ohhdt...
> [snip]
> Is there a standard method in PHP for preventing multiple people from
using
> the same log-in username/password simultaneously on a membership site? Any
> suggestions are greatly appreciated.
> [/snip]
>
> One way is to set a non-expiring cookie, which works if they don't delete
> cookies from time-to-time.
>
> HTH!
>
> Jay
>
> "Growing old is mandatory, growing up is optional"
>
> *************************************
> * Want to meet other PHP developers *
> * in your area? Check out:          *
> * http://php.meetup.com/            *
> * No developer is an island ...     *
> *************************************
>
>



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

Reply via email to