Hello veditio,
You can use sessions: http://www.php.net/manual/en/ref.session.php
and pay attention to: http://www.php.net/manual/en/function.session-cache-expire.php
and session.use_cookies = "0"
--
Best regards,
Pablo
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit:
We're creating a password protected mysql database accesible and searchable via a PHP
front end.
Because this is a revenue-based site, and users buy a password for access, we're
wondering what the best php/mysql mechanism would be to allow only one person to
access their account at a time.
In