On Fri, 11 May 2001, David Balatero wrote:

> I have a login script that sets a cookie on your hard drive...the only
> problem is, the cookie only comes into effect after I've clicked thru to
> another page from login.php...any ideas on this? My (abridged) code is
> currently:
>
> <?php
> header("Set-Cookie: LoggedIn=1; path=/;");
> header("Set-Cookie: GHSUserName=$username; path=/;");
> header("Set-Cookie: GHSUserID=$user_id; path=/;");
> ?>


        Read:

        http://www.php.net/manual/en/function.setcookie.php


        Cheers.


-- 
PHP Database 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