Read about SESSIONs in PHP4, they are flexible. If cookies are set off then the 
session_id is added transparantly to every URL on
the parsed page(must be switched on in php.ini, and all hrefs have to be relative like 
'/cgi-bin/some_script.php' , not
'http://www.server.com/cgi-bin/some_script.php. In the second case PHP will not 
recognize that this URL points to the same server
and will not add phpsessid=asjkdfg8912were899 in the URL.

Andrey Hristov
IcyGEN Corporation
http://www.icygen.com
99%

----- Original Message -----
From: "Gary" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 28, 2001 6:56 PM
Subject: [PHP] Best Way?


> Hi All,
>   I have a php/mysql authentication page where 10 people can login. Each
> person has thier own page that they update daily. What would be the best
> way to take them to their update area? I thought of cookies but that
> requires them haveing cookies turned on.
>
> TIA
> Gary
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to