php-db | 2004071
Date: 07/15/04
- Next message: Peter Westergaard: "[PHP-DB] Re: Restrict account access to single user"
- Previous message: veditio <email protected>: "[PHP-DB] Restrict account access to single user"
- In reply to: veditio <email protected>: "[PHP-DB] Restrict account access to single user"
- Next in thread: Peter Westergaard: "[PHP-DB] Re: Restrict account access to single user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: http://www.php.net/unsub.php
- Next message: Peter Westergaard: "[PHP-DB] Re: Restrict account access to single user"
- Previous message: veditio <email protected>: "[PHP-DB] Restrict account access to single user"
- In reply to: veditio <email protected>: "[PHP-DB] Restrict account access to single user"
- Next in thread: Peter Westergaard: "[PHP-DB] Re: Restrict account access to single user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

